Hi All,
 I wanted to know how any Servlet can forwarded to a JSP page.
 I know one way
getServletConfig().getServletContext().getRequestDispatcher("path of the jsp
to be called").forward(request, response);
Is there any other way we can pass forward a from Servlet to JSP.
waiting for a earliest reply
alok kumar

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to