You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by lij <li...@cfc.at> on 2006/01/30 20:52:24 UTC

jsp:include loopback problem despite subview and flush=false

Hi!
I have a inbox.jsp that includes <jsp:include 
page="/includes/header.faces" flush="false"/>. Wrapped jsp:include in 
f:subview plus flush=false. request is dispatched. Everytime 
FacesServlet is dispatched to, view-id of "viewId = 
externalContext.getRequestServletPath();" in LifecycleImpl is NOT set to 
"/includes/header.faces" but, again, "/inbox.jsp" which again calls ... 
till OutOfMemory. Only requestDispatcherPath in _servletRequest 
variable(LifecycleImpl ) contains "/includes/header.faces" but not used.
Using Tomcat 5.5.12 with Java 5. Is there any issue of MyFaces 1.1.1 
regarding includes? Any workaround?

regards  jörg