Hi Hugo,
    I did try with URLEncode as well. Just forgot to mention about that in my last mail. There is no difference with the behaviour. It gives the same exception.
Thanks,
-Sourabh
----- Original Message -----
Sent: Wednesday, September 05, 2001 6:08 PM
Subject: Re: getQueryString() and getParameter()

Have you tried to use URLEncode when you define your URL? I'm not shure if that's the problem but if you wanna try here it goes my example:
URL url = new URL("http://localhost:8000/main?"+URLEncoder.encode("opcao")+
      "="+URLEncoder.encode("visualizar"));
 
 
 

Reply via email to