SCJP 5,SCWCD 5, RHCT
Thanks, Nishan Patel SCJP 1.5, SCWCD 1.5, OCPJWSD Java Developer,My Blog
Nishan Patel wrote: Your question is little bit tricky...
I want to call jsp page
Nishan Patel wrote:Hi Rupa, Your question is little bit tricky... but any way use RequestDispatcher dispatcher = req.getRequestDispatcher("/MyJsp.jsp"); dispatcher.forward(req, resp);
Nishan Patel wrote:So, form servlet you pass request to your Jsp page...
fine. any way after dispatch to the jsp,again the execution flow back to the servlet .
Nishan Patel wrote: .... flow looks like Jsp -> Servlet -> Jsp