Reputation: 1
I would like to know about how can we call handle methods of Form Handlers and Droplets from the JSP in ATG without using DSP Tags. Also, suppose in case we want to retrieve the value of a bean in the JSP without using dsp:getvalueof tags , how can we do that ...
Upvotes: 0
Views: 1721
Reputation: 73
Look at the ATG REST Framework; it permits the calling of Formhandlers without dsp tags.
Upvotes: 1
Reputation: 1
DSP tags specially used for ATG nucleus components and playing with dynamic data on JSP pages. I would say, there is no way to use ATG components without DSP tags.
Following is link you can refer to use DSP tags DSP Documentation
Is there any specific reason why you don't want to use them? In-fact due to DSP tags, accessing ATG components dynamically on JSP page has become easier.
Upvotes: 0