You can use dsp:importbean to import a servlet bean into a JSP, in order to reference it more easily. For example:

<dsp:importbean bean="/atg/dynamo/droplet/ForEach"/>

Subsequent references to the servlet bean can omit its full path, as follows:

<dsp:droplet name="ForEach">

 
loading table of contents...