Has anyone successfuly use RequestDispatcher.include inside an JSP page.
This works
fine in servlet?
This is what I got when using RequestDispatcher.include inside an JSP page:
java.lang.ClassCastException
at
com.livesoftware.jrun.JRunServletContext$JRunRequestDispatcher.include(Compi
led Code)
at jsp.jsp.include.service(include.java:66)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:611)
at
com.livesoftware.jrun.plugins.jsp.JSPCore.runServlet(JSPCore.java)
at com.livesoftware.jrun.plugins.jsp.JSP.callPage(JSP.java)
at com.livesoftware.jrun.plugins.jsp.JSP.service(JSP.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:611)
at com.livesoftware.jrun.JRun.runServlet(Compiled Code)
at
com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java)
at
com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java)
at
com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JR
unProxyServiceHandler.java)
at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled
Code)
Thanks,
Hien
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".