Hi,
I gettin' the followin' error message when i'm tryin' to call a jsp
from my Servlet..
com.sun.web.core.RequestDispatcherImpl@f3535d53 (for each request, the
Number has been changing.)
can some one advice what mistake in my program is causin' this error?
here is the snip of the program where i'm callin' a jsp.
if(result)
{
String url= "/jsp/MyApp/Add.jsp";
ServletContext sc = getServletContext();
RequestDispatcher rd = sc.getRequestDispatcher(url);
rd.forward(req,res);
}
Thx,
-Suresh
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html