Re: JSP error page from Servlet problem .

1999-11-17 Thread AndySoft
> try > { > > getServletConfig().getServletContext().getRequestDispatcher("error > .jsp?error > =fatal error").forward (request,response); > > } catch (Exception ex) { > ex.printStackTrace (); > }

Re: JSP error page from Servlet problem .

1999-11-17 Thread Hans Bergsten
Samuele Brignoli wrote: > > I hope that someone good with JSP and Servlet can help me ... > > I'm triying to send an error message to a jsp page called error.jsp located > in c:\Apache_Group\Apache\htdocs\folder1\ > from a servlet MultitelPay.jsp located in the same directory, > c:\Apache_Group\Ap

JSP error page from Servlet problem .

1999-11-17 Thread Samuele Brignoli
I hope that someone good with JSP and Servlet can help me ... I'm triying to send an error message to a jsp page called error.jsp located in c:\Apache_Group\Apache\htdocs\folder1\ from a servlet MultitelPay.jsp located in the same directory, c:\Apache_Group\Apache\htdocs\folder1\. In my servlet