Right, but what did you get over in your browser? Knowing what came out in the wrong places in the browser helps you figure out what parts of the .xhtml page are acting incorrectly. THEN we can act/work on those items.
Regards, David -----Original Message----- From: Gus [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 4:54 PM To: users@myfaces.apache.org Subject: RE: Problem with myfaces/facelets template.xhtml Hi David, The template I want is <table> <tr><td colspan=2>header</td></tr> <tr><td>sidemenu</td> <td>content</td></tr> <tr><td colspan=2>footer</td><tr> </table> in jsf: <h:panelGrid columns="2"> <f:facet name=header> header </f:facet> <h:panelGrid>sidebar</h:panelGrid> <h:panelGrid>content</h:panelGrid> <f:facet name="footer"> footer </f:facet> I ever used the template in myface/tiles, and it displayed fine. However, when I transfer the codes to facelets, it did not display well. I do not know why. Thank you for help. Best regards, Gus