Articles tagged with: ATG technology
ATG & Java »
man having a babychances of having a baby with down syndrome How do get pregnant what to know before having a babyhaving a baby games for girls
Read the full Post »ATG & Java »
Some very basic stuffs in ATG, go ahead and read if you are looking for simple things, veteran ATG developers please stay away as you wont find it resourceful. Here in this article you will not find any codes but some basic interview questions.
Read the full Post »ATG & Java »
The article focuses on the dsp tags, like previous post on this category here also our prime focus is dsp tags. In this specific article the author is trying to explain the usage of bean variable inside a jsp page. The code snippets include dsp getvalueof tag, dsp import bean, jstl tag c:out.Also it has some inputs to the usage of scriplets. The concepts is explained with the help of a sample code which might not actually work if you just copy paste but will surely help you understand the usage.
Read the full Post »ATG & Java »
Dynamically generating HTML from a java object is a very common requirement for most applications. The droplet tag will help us in this by embedding the ATG servlet beans. The output of the ATG servlet beans is included in the HTML page. In this article our prime focus will be on a simpleĀ ATG Out of theĀ Box servlet bean.
DSP:DROPLET tag: helps you invoke a servlet bean from a JSP page. The programming logic will be encapsulated in a java class(bean) which is used in the jsp.
ForEach Droplet: (“atg.droplet.ForEach” is …
ATG & Java, Tech Corner »
The previous article on DSP tags was on June 2010, almost an year back and since then i had very less chances using dsps.Now again i am back into the jsp and dsp. So here in this article i will try to explain few more tags and there usage. Come back to me for any doubts i can help you.
DSP PARAM tag: for input parameter.
This tag holds an input parameter with name and value, which are made available to the parent servlet bean(Eg: for servlet beans atg.droplet.ForEach,atg.droplet.Switch,atg.droplet.Format,atg.droplet.IsEmpty). Two attributes, name …