And of course make sure that your browser does not request the
information in ISO-8859-1 formatting.

Juergen

On 10/18/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> UTF-8 is default for Wicket. The issue is usually with Tomcat and
> Oracle settings. Please search the mail archive for information on how
> to set-up tomcat properly. For Oracle you might have to read there
> docs.
>
> Juergen
>
> On 10/18/06, ketan gote <[EMAIL PROTECTED]> wrote:
> > hello
> > friends
> >
> > does wicket support UTF-8 setting by default,
> > but it doesn't work in oracle application server .
> > and also on tomcat?
> >
> > WebResponse webres = (WebResponse )getResponse();
> > HttpServletResponse hsr = webres.getServletHttpResponse();
> > Systsem.out.println("******************"+hsr.getCharacterEncoding())---->
> > this prints ISO-8859-1
> > can this be set to UTF-8 default.
> > so wicket becoming big issue????
> >
> > regard's
> >
> > ketan d.gote
> >
> > -------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job
> > easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> >
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> >
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to