John,
  Questions like this should be directed to the user list.
Thanks,
Michael

On 7/12/05, john mattucci <[EMAIL PROTECTED]> wrote:
> I posted this the other I'm not sure if I'm posting it to the right
> group.
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to