That's what the spec says. 

(It works for me in tc 4.0.3)

> -----Urspr�ngliche Nachricht-----
> Von: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 8. Oktober 2002 09:13
> An: Tomcat Users List
> Betreff: Re: AW: AW: Forwarding in servlets.
> 
> So I just do this ?
> 
> RequestDispatcher dispatcher =
> request.getRequestDispatcher("/test.jsp?blah=bleh") ;
>             if (dispatcher!=null) {
>                  dispatcher.forward(request, response) ;
>             }
> 
> 

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

Reply via email to