Forward giving NullPointer exception

2002-11-28 Thread Murali Mohan
Hi the following is part of my code. % ServletContext context = getServletContext (); RequestDispatcher dispatcher = context.getRequestDispatcher(/../main.jsp?file=serviceType.jsp); dispatcher.forward(request,response); % I try to use the code to forward another page I am getting null

Re: Forward giving NullPointer exception

2002-11-28 Thread ROLDAN, Gabriel raul
2002 11:03 Para: [EMAIL PROTECTED] Asunto: Forward giving NullPointer exception Hi the following is part of my code. % ServletContext context = getServletContext (); RequestDispatcher dispatcher = context.getRequestDispatcher(/../main.jsp?file=serviceType.jsp); dispatcher.forward(request

Re: Forward giving NullPointer exception

2002-11-28 Thread Murali Mohan
] Asunto: Forward giving NullPointer exception Hi the following is part of my code. % ServletContext context = getServletContext (); RequestDispatcher dispatcher = context.getRequestDispatcher(/../main.jsp?file=serviceType.jsp); dispatcher.forward(request,response); % I try to use