Hello everybody. In a servlet first i get the parameter using an HTTP form. Now i�m planning on sending the parameter by querystring. So i have ti use req.getQueryString() method (req is an HttpServletRequest object). If i put the name of the field inside the getQueryString("field") . How should i use this method? (maybe i�m biased cause of ASP)
 
        Javier Alonso

Reply via email to