Hi list,
I found something weird:
<tiles:insert page="Layout.jsp"  flush="true">
   <tiles:put name="head" value="Kopf.jsp" />
   <tiles:put name="book" value="Buch.jsp" />
   <tiles:put name="foot" value="Fuss.jsp" />
   <tiles:put name="author" value="Autor.jsp" />
</tiles:insert>

Works fine in a JSP. And it still works if I insert comments:
<tiles:insert page="Layout.jsp"  flush="true">
<!--
   <tiles:put name="head" value="Kopf.jsp" />
   <tiles:put name="book" value="Buch.jsp" />
   <tiles:put name="foot" value="Fuss.jsp" />
   <tiles:put name="author" value="Autor.jsp" />
-->
</tiles:insert>

But not, of course, If I completely remove the body of the tiles-insert.
Caused me quite some pain when I tried to change to using tiles-defs.xml

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

Reply via email to