I don't know tbh. I believe the request body is encoded in UTF-8. People usually use UTF-8, so no-one was complaining before. Can't you just use UTF-8? It's much safer than latin1.
-Matej On 10/20/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > are you configuring wicket and you appserver correctly? > in wicket you have to set the encoding you want to use > why not just use utf8? > else matej? > How does the ajax submit work with encoding? > It is still a normal post and how do we interpret it? > > > On 10/19/07, Fabio Fioretti <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > thanks in advance for your time and suggestions. > > > > I'm building a really simple page made up of a form with a text area > > and a submit button (instance of Button). An AjaxFormSubmitBehavior > > that performs the "save" operation is added to the button. The page is > > encoded as follows: > > > > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> > > > > Everything works fine until a user submits a non-English text (French > > or Spanish, with characters like "íéñ", still supported by the > > ISO-8859-1 encoding): all non-English characters are scrambled. > > > > What appears weird to me is that the problem doesn't happen if I use, > > for example, a SubmitLink instead of an Ajax-enabled Button. > > > > This makes me point to Ajax as the responsible, and to the fact that > > Wicket uses UTF-8 for requests... but I really have no clue about how > > to fix it. > > > > Any idea? > > > > > > Thank you very much and have a nice week-end. > > > > Fabio Fioretti - WindoM > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
