You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Emily Gu <e2...@gmail.com> on 2006/04/03 06:59:30 UTC

Why Weblogic doesn't like f:subview?

Hi,

  When I deploy our project onto WLS8.1 SP5, all JSF pages that have

<f:subview id="profile">

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

</f:subview>



 are broken. Do you see anything I did wrong? It works fine on Tomcat.

Thanks,

Emily