Why not use the default of wicket utf8. If you really want to use another one then you have to configure wicket's encoding setting. So that wicket does set the right headers and encodes the output right
On 12/22/07, TahitianGabriel <[EMAIL PROTECTED]> wrote: > > I'm already using the iso-8859-1 in a meta tag in my html file. > I have also try in the setHeader function and it's not working. > Do you have a correct behavior with accented character? > > > > > Azarias Tomás wrote: > > > > Try to change Content-Type of Page to "text/html; charset=iso-8859-1". > > > > > > -- > View this message in context: > http://www.nabble.com/AjaxEditableLabel-not-saving-tp14413223p14467161.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
