I need to set a runtime tiles definition attribute using a value from the
valuestack. From my research, the tiles-plugin result does not allow
attributes to be configured.
<action name="wizard_*" class="acme.action.wizard.Wizard" method="{1}">
<result>${nextPage}</result>
</action>
<definition name="wizardPage" extends="baseLayout">
<put-attribute name="body" value="???{nextPage}???" />
</definition>
Can someone help me navigate this configuration? I'd rather not duplicate
the tiles definitions when the only variation is the jsp page in the
sequence.
Thanks,
Scott
--
View this message in context: http://www.nabble.com/Tiles2-runtime-definition-tp16744033p16744033.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org
|