just use the opposite:

URLDecoder.decode(param)...

HTH

Alan
> 
> Hi,
> 
> from a form I have to pass parameters containing special HTML 
> characters
> thus I encode the values like below:
> <%
> ....
>       out.println("VALUE=\"" +  URLEncoder.encode(value) + "\"");
> ....
> %>
> 
> That works fine but how can I decode the parameters in the servlet?
> 
> Zsolt
> 
> -- 
> Zsolt Koppany
> Intland GmbH www.intland.com
> Schulze-Delitzsch-Strasse 16
> D-70565 Stuttgart
> Tel: +49-711-7871080 Fax: +49-711-7871017
> 

Reply via email to