What hapens when you change header.jsp to header.jsf?  What happens when the 
JSF elements of header.jsp are in a <f:view /> or <f:subview /> ?

Dennis Byrne

>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Sunday, April 30, 2006 03:30 PM
>To: users@myfaces.apache.org
>Subject: jsp:include does not work
>
>
>The JSF code of header.jsp is not interpreted.
>I use
><jsp:include page="header.jsp" />
>
>The generated html code
>
><table bgcolor="#FFFFFF" width="100%" cellpadding="0" cellspacing="0"
>       border="0">
>       <tr>
>
>               <td>
>                       <h:graphicImage value="images/webstore.gif"/>
>               </td>
>       </tr>
></table>
>
>
>


Reply via email to