Thursday, July 30, 2009

Communication between JSP and Servlets

getServletConfig().getServletContext().getRequestDispatcher(”jspfilepathtoforward”).forward(request, response)

No comments:

Post a Comment