You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Stefan <ni...@studioweb.com> on 2002/10/19 23:49:47 UTC

JSTL that uses java.net.URLEncoder.encode

Hi,

Is there a JSTL tag that reproduces / applies java.net.URLEncoder.encode so as to properly encode query strings?

Thanks,

Stef

Re: JSTL that uses java.net.URLEncoder.encode

Posted by "David M. Karr" <dm...@earthlink.net>.
>>>>> "nickm" == nickm  <Stefan> writes:

    nickm> Hi,
    nickm> Is there a JSTL tag that reproduces / applies java.net.URLEncoder.encode so as to properly encode query strings?

You should read the specification, which you can get to at
<http://java.sun.com/products/jsp/jstl/>.  Read the section entitled "URL
Related Actions", which talks about building urls and encoding parameters.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
dmkarr@earthlink.net


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>