OK. Solved. It was just a problem with configuration.

On Fri, 25 Feb 2005 11:56:50 +0100, Enrique Medina <[EMAIL PROTECTED]> wrote:
> 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?
>

Reply via email to