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]

Reply via email to