request.setAttribute(str,xx);
ServletContext sc = getServletConfig().getServletContext();
sc.getRequestDispatcher(nextPage).forward(request, response);
it seems that it could not find the Nextpage, but how should I config the
path
Thanks
- RE: Tomcat, JSP and Cache Paulo Gaspar
- RE: Tomcat, JSP and Cache Pilho Kim
- Re: Tomcat, JSP and Cache Jon Stevens
- Haizheng Zhang
