You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by William W <wi...@hotmail.com> on 2002/07/31 17:09:44 UTC

Tiles definition question

My friends,

Is it possible ??

<definition name="myDef" path="myDef.jsp">
<put name="title"  value="My Company" />
<put name="top" value="top.do" />        <=====  Call some action
<put name="body" value="body.jsp" />
<put name="botton" value="botton.jsp" />
</definition>

Thanks,
William.


_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Tiles definition question

Posted by Cedric Dumoulin <ce...@apache.org>.
Yes it is. ;-)

Be aware to prefix your urls with a leading "/" .
Cedric

William W wrote:

>
> My friends,
>
> Is it possible ??
>
> <definition name="myDef" path="myDef.jsp">
> <put name="title" value="My Company" />
> <put name="top" value="top.do" /> <===== Call some action
> <put name="body" value="body.jsp" />
> <put name="botton" value="botton.jsp" />
> </definition>
>
> Thanks,
> William.
>
>
> _________________________________________________________________
> Join the world's largest e-mail service with MSN Hotmail. 
> http://www.hotmail.com
>
>
> -- 
> To unsubscribe, e-mail: 
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>