Re: Servlet Params

2005-06-23 Thread Charl Gerber
response.sendRedirect("url_to_AOPServlet?country=xxx") --- Carlos Bracho <[EMAIL PROTECTED]> wrote: > Hello everybody. > > I have a problem, I am a new user of servlet and > this kind of thing. > > I have a servlet, AOPServlet, which uses a parameter > (country), but I want > to forwards to

Servlet Params

2005-06-23 Thread Carlos Bracho
Hello everybody. I have a problem, I am a new user of servlet and this kind of thing. I have a servlet, AOPServlet, which uses a parameter (country), but I want to forwards to AOPServlet from other servlet, EditAOPServlet, how could I forward to AOPServlet and send it the country as a paremater