Tag Archives: dsp:param

ATG: How to pass parameters from JSP to Droplet

With tag , you can pass static value or object from JSP to droplet. Passing a constant: <dsp:param name=”maxProducts” value=”100″ /> You can retrieve the “maxProducts” parameter in the droplet by calling request.getParamter(“maxProducts”) which returns value of 100. Passing a … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment