Hi,

I am trying to pass some parameters to my app by URL but when I try to get
them I always get the null value when the parameter value contains the equal
sign (=).

If I try process the following URL
www.server.com/page.jsp?var1=where+col=val and use
request.getParameter("var1"), it returns null.

I would like to know if someone has faced this problem and/or has some
solution?!

Luiz Ricardo


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to