for what you want to change the request method.
I usally call doGet from doPost, so i do everything in the get method

Paul Hsu wrote:

Hi,

I try to forward a HTTP request from my servlet. I am using the following code.

RequestDispatcher rd =
                   getServletContext().getRequestDispatcher(direct);
rd.forward(request, response);

I have no problem with code, but I have one issue is how can I change the request method from "POST" to "GET" before I forward the original request.

I would appreciate any help

Paul


-- Emerson Cargnin Analista de Sitemas Setor de Desenvolvimento de Sistemas - TRE-SC tel : (048) - 251-3700 - Ramal 3181




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



Reply via email to