if I do this:
<tiles-definitions>
<definition name="someTile" path="/tiles/SOME_TILE.jsp"> <put name="var1" value="10" /> </definition>
</tiles-definitions>
and then:
<tiles:insert definition="someTile"> (or is it beanName?) <tiles:put name="var1" value="5" /> </tiles:insert>
what will be the value of var1? Or will this work at all?
I basically want a default value in the definition, but a way to change the value in a JSP page.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]