> try
> {
>
> getServletConfig().getServletContext().getRequestDispatcher("error
> .jsp?error
> =fatal error").forward (request,response);
>
> } catch (Exception ex) {
> ex.printStackTrace ();
> }
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
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