navin mca ha scritto:
Hi Antonio,
>Oh boy your English gave me an headache!
I am really sorry for my bad english.
Following is my tile definition.
<definition name="forwardDynamicTile" path="/WEB-INF/testLayOut.jsp">
<put name="attribute1" value="attribute1Value" type="string"/>
<putList name="body">
<add value="/WEB-INF/position1.jsp" />
<!--Conditional Include-->
<add value="/WEB-INF/position3.jsp" />
<!--Conditional Include-->
<add value="/WEB-INF/position4.jsp" />
<add value="/WEB-INF/position5.jsp" />
</putList>
Uh sorry, I forgot an important thing. Maybe instead of using Tiles
definitions, you can use the <tiles:insert> with <tiles:put> tags, as
explained in:
http://www.lifl.fr/~dumoulin/tiles/doc/tutorial.html#_Toc521292375
I did not try but if you use JSTL's <c:if> tag with <tiles:add> maybe it
will work.
Ciao
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]