Re: Pls help on request parameter

2004-04-17 Thread Prashanth.S
hi... this is because when u forward to next page ur request parameter will go as "country=nepal&bhutan" but it will be interpreted as "country=nepal"&bhutan where country and bhutan becomes 2 name pairs...so urlencode that value and than decode it cheers prashanth sougata <[EMAIL PROTECTE

Re: Pls help on request parameter

2004-04-17 Thread birendar . waldiya
o "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject Pls help on request parameter Hi Guys, I am facing a problem.I have a country drop down.I am showing the corresponding country details from th

Pls help on request parameter

2004-04-17 Thread sougata
Hi Guys, I am facing a problem.I have a country drop down.I am showing the corresponding country details from the drop downs options selected.Now I have a country name like "Nepal & Bhutan" When I am trying to get the value of the country name using request.getParameter("country") it is showing on