> I have to call a Jsp from a Servlet. I need to use the callPage method
> but I don't find the class com.sun.server.http.HttpServiceResponce. I'm
> using JRun 2.3.2. What I have to do, to see this method?In which *.jar
> file can I find it?
try:
getServletContext().getRequestDispatcher("/mypage.jsp").forward(aReq, aResp);
//Rikard
===========================================================================
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".