Hi all,
Let's say I got a typical tile main layout definition:
<definition name=".mainLayout" path="/common/mainLayout.jsp">
<put name="header" value="/common/header.jsp" />
<put name="content" value="sample" type="string"/>
<put name="footer" value="/common/footer.jsp" />
</definition>
Now the content has to split into 2 panes. But not always. So I would like
to have definition who looks like this:
<definition name=".splitLayout.SetupHome" extends=".mainLayout">
<put name="content" value=".splitPane" type="definition"/>
<put name="content.menu" value="lalelupo"/>
<put name="content.body" value="la le luuuuuuuu" type="string"/>
</definition>
The syntax is not right but it explains what I want. Is it possible some
how. I can only access "menu" and "body" as beans. All other tiles insert
tags are useless.
GreetZ
Nils
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]