How to forward with new request/query string?

2001-07-19 Thread Erin Lester
I was wondering how you go about transferring control from a servlet to another page (in this case a jsp page) before committing the response. I need to send request variables to this new page. I've tried using a request dispatcher, but I believe that this just sends the request that the

Re: How to forward with new request/query string?

2001-07-19 Thread Jeff Kilbride
to forward with new request/query string? I was wondering how you go about transferring control from a servlet to another page (in this case a jsp page) before committing the response. I need to send request variables to this new page. I've tried using a request dispatcher, but I believe