Hi, I have the NullPointerException thrown by forward method of RequestDispatcher object.
Code line that does that: // value of page parameter is "/view/errors/paramErrors.jsp" getServletContext().getRequestDispatcher(page).forward(request, response); Basically, it is inside of a method that has to forward HttpServletRequest and HttpServletResponse to some jsp page. The Excpetion is thrown when executing forward method. Please, let me know what you think can fix this. Thank you. Maya Vayner _____________________________________________________ Supercharge your e-mail with a 25MB Inbox, POP3 Access, No Ads and NoTaglines --> LYCOS MAIL PLUS. http://www.mail.lycos.com/brandPage.shtml?pageId=plus -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>