I want to call another JSP (b.jsp) from my original JSP (a.jsp). (I'm using
JRun 2.3 with IIS on NT 4.0.)
I can accomplish exactly what I want with the JRun's proprietary method
CallPage, but I would rather use something that's more portable. So, I've
tried using RequestDispatcher.include, but I get a ClassCastException.
(Hien Luu had posted a question about this earlier, but no one responded.)
Is this a bug with JRun? What is the preferred way to call another JSP
(with parameters) from a JSP?
Thanks in advance,
Vaughn Wine
===========================================================================
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".