0 Replies Latest reply on Jan 12, 2010 11:19 AM by frisch

    <ui:include> problem

    frisch

      Hello everybody,

       

       

      I have the following code

       

      <ui:include src="#{handler.fileName}"/>

       

      I have deployed my was file on a server with tomcat and everything works fine. The problem comes when I use apache and have a domain for my project, I always get the following error:

       

      java.io.FileNotFoundException: Facelet Not Found: jndi:/mydomain.de/pages/content/file.xhtml

       

      I've tried to use a String variable that contains all the content of my page but I also have richface elements besides html elements and the richface elements are not correctly rendered. I'm using

       

      <h:outputText value="#{handler.content}" escape="false" />

       

      does anybody have any ideas or knows some workarounds for this problem?

       

       

      thanks