Actually I just tried again and my approach worked.
It did overwrite the default value of param1 I that I
specified in tiles-def.xml... weird but anyway...
thank you
--- "Fogleson, Allen" <[EMAIL PROTECTED]>
wrote:
> In the tiles-def.xml subclass the common.default,
> then use an action to
> forward to the subclassed definition.
>
> Of course if you are using the tiles taglib in your
> jsps... you are
> going to have to write a bunch of jsp's to do it.
>
> Doing it with struts built in support...
>
> <definition name="common.default"
> path="/layout/defaultLayout.jsp" >
> <put name="param1" value="default"/>
> </definition>
>
> <definition name="page1.main"
> extends="common.default" >
> <put name="param1" value="newValue"/>
> </definition>
>
> Al
>
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]