Hi,

I think this is a bug as per the servlet specification.Just check with some
other servlet engine. I will forward this error to tomcat developer list. I
was tested with Tomcat3.2.2.

Velmurugan P.
Java Team.

----- Original Message -----
From: "Hans Schippers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 03, 2003 1:44 AM
Subject: does the getRequestDispatcher().forward() method return control?


> Hi,
>
> if in a servlet, I have some code like:
>
> getServletConfig().getRequestDispatcher("/my/page.jsp").forward(request,
> response)
>
> Is it supposed to return control to the servlet afterwards?
>
> >From what I find on the net, it isn't, but when I try to print something
> to System.out after the forward call, that works...
>
> So did I misread on the www, or is this some bug in my webserver?
>
> I'm using JBoss/Tomcat btw...
>
> Thanks,
>
> Hans
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to