How to include jsp page in jsf ???
658803Jul 13 2010 — edited Jul 13 2010Hi,
I use JDeveloper 11g and the framework ADF. I want to include a jsp page in another page ( jsf page).
In fact, I do this :
...
<f:view>
...
*<jsp:include page="/Menu/MenuGlobalDynamique.jsp"/>*
...
</f:view>
when i run my jsf page nothing is displayed and i have this error :
javax.servlet.ServletException: Erreur OracleJSP :
oracle.jsp.parse.JavaCodeException: Ligne n° 19, oracle.jsp.parse.JspParseTagDeclaration@cf767d <br>Erreur : Java code in jsp source files is not allowed in ojsp.next mode.
at oracle.jsp.runtimev2.JspReportUtil.reportException(JspReportUtil.java:180)
at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:692)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:722)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:646)
Have you an idea to help me and resolve my problem.
Thank you.