Convert String
Hello,I'd like to convert a String with white space to an encode expression whitout with space, in order to post it to an http request. I 'd like to do it in JSP.Thanks for your answer,Maria
Hi Maria,I'm not sure, but I think that response.encodeRedirectURL(string) is the method that you're looking for.HTH,Raj.