Hi Alan,

thank you for the idea, I just forgot to mention that I cannot use
jdk-1.2 stuff and URLDecoder.decode() is part of jdk-1.2.

Zsolt

Alan Stenhouse wrote:
> 
> 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
> >

-- 
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