We're trying to create a template which generates a JSP that conforms to our
JSP syntax (tags etc..). We're iterating over the fields we want in a table
and outputing the approriate tags for our table tag. But we want the last
time through to add one additonal piece of output. (ie:
class="lastChild"). Does anyone know a way to do this with the iterate tag
(short of putting "last='true'" in my meta-data)???