Has anybody been able to include files on JRun 2.3 using
getRequestDispatcher() ?  I tried the following piece of code:

getServletContext().getRequestDispatcher("foo").include(request,response);

and it gives me a the following exception:
    java.lang.ClassCastException
        at
com.livesoftware.jrun.JRunServletContext$JRunRequestDispatcher.include(Compiled

Code)

Any ideas?
                        Thanks,
                        Jeff Lehman

===========================================================================
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".

Reply via email to