1 Reply Latest reply on Apr 28, 2008 7:54 AM by ilya_shaikovsky

    How can I include normall jsp file using facelets?

    armdev

      How can I include normal .jsp file using facelets?

      I try to use

      </h:panelGrid>
      </f:facet>


      <%@ include file="home.jsp" %>

      </h:panelGrid>
      </h:form>

      this form but unlucky,

      also

      I conver jsp file to xhtml

      </h:panelGrid>
      </f:facet>

      <ui:include src="/pages/home.xhtml" />


      but browser did not show any files and errors.