Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

my JSP dosent like spaces in response.encodeURL query string items

843838May 16 2007 — edited May 16 2007
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2007
Added on May 16 2007
2 comments
195 views