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

Reply via email to