Hi guys
I want to do something in my application, but I don't know whether it's
possible or not. We have a template definition and a page definition which
extends the template definition.
In that template definition, there's a list of pages which are added by the
put-list-attribute. Is it possible to pass a value to a page in that list?
For instance:
<add-attribute value="/.../test.jsp">
<put-attribute name="attribute" value="Testing" />
</add-attribute>
Is it possible to do something like this, or a workaround?
Thanks