my JSP dosent like spaces in response.encodeURL query string items
843838May 16 2007 — edited May 16 2007Hi,
Im getting a problem.
When I use response.encodeURL to pass info between JSP pages if there are any spaces in the text of the query string items then it gets chucked out with Could not connect to location.
For example if I pass a field, Description, with a value of "JSP" it work fine, but if that same field contained "JSP is cool" then it wont work.
Any ideas how I can solve this problem with the spaces?
thanks,
Jason.