You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by jo...@sympatico.ca on 2005/07/12 20:00:49 UTC

Tile question

I'm new to tiles and I was wondering if this is possible.
I have the following in my tiles definition files
 
 <definition name="main.Parent" path="/x/y.jsp" >
 <put name="TopMenu" value="${TopMenu}" />
 <put name="Footer" value="${Footer}" />
 </definition>
 
 I would like to use definitions as ActionForwards
 
 <action
 path="/test"
 type="org.apache.struts...
 <forward
 name="success"
 path=".main.Parent"/>
 </action>
 
 My question would it be possible to include values to passed to
 ${TopMenu} and ${Footer} in
 
 <forward
 name="success"
 path=".main.Parent"/>
 
 of the action?
 
 Thank you all


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org