Hi,
I took a look at how the Sun's JSF RI integrates with Tiles, and found
that it makes use of the <f:facet> tag in this way:
<f:facet name="header">
<f:subview id="header">
<tiles:insert definition="page.header" flush="false"/>
</f:subview>
</f:facet>
So, I tried to use this Tiles composition also with MyFaces. But it
doesn't work at all! I can only make it work through the use of <DIV>
to make the composition.
Am I doing something wrong? Is it the expected behaviour?
Could I use <TABLE> composition with MyFaces & Tiles?