JSTL that uses java.net.URLEncoder.encode

2002-10-19 Thread Stefan
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

2002-10-19 Thread David M. Karr
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