Hello
again a small question about tiles

i have a layout with
header,body and footer

and a another with left and right

now i want that in body of the first is again another tile to get the second
layout into it
like:
<definition name="result-layout-top" path="/MasterLayout.jsp">
<put name="title" value="Welcome to WebOpac" />
<put name="header" value="jsp/common/header.jsp" />
<put name="footer" value="jsp/common/searchfooter.jsp" />
<put name="body" value="getothertiles" />
</definition>

<definition name="result-leftright" path="LeftRightLayout.jsp">
<put name="left" value="ITSLEFTSIDE" />
<put name="right" value="ITSRIGHTSIDE" />
</definition>

<!-- Definition for Result List Page -->
<definition name="/getothertiles" extends="result-leftright">
<put name="left" value="jsp/ResultList.jsp" />
<put name="right" value="jsp/empty.jsp" />
</definition>

so if i call result-lyout-top than i want to have the header, the footer and
a body with a left and a right side

anyone knows?

Thx for any help

Tristan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to