So I just do this ?

RequestDispatcher dispatcher =
request.getRequestDispatcher("/test.jsp?blah=bleh") ;
            if (dispatcher!=null) {
                 dispatcher.forward(request, response) ;
            }



Ralph Einfeldt wrote:

 >As forward works internally you can add parameters
 >to the request. At this point this has nothing to do
 >with GET or POST.
 >
 >
 >
 >>-----Urspr�ngliche Nachricht-----
 >>Von: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]]
 >>Gesendet: Dienstag, 8. Oktober 2002 08:56
 >>An: Tomcat Users List
 >>Betreff: Re: AW: Forwarding in servlets.
 >>
 >>
 >>Thanks, so the question now would be like this.
 >>With the dispatcher.forward() method,  is it possible to POST data
 >>instead of tacking parameters at the end
 >>of test.jsp ?
 >>
 >>
 >>
 >
 >--
 >To unsubscribe, e-mail: 
<mailto:[EMAIL PROTECTED]>
 >For additional commands, e-mail: 
<mailto:[EMAIL PROTECTED]>
 >
 >
 >
 >




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

Reply via email to