Hi,

We're using Wicket framework (Version 1.4.9) on our systems. Our problem occurs 
when there is a submission of ajax request in text fields. When you type the 
word "descrição" for example by submitting the text by ajax event the word is 
modified to "descrição". This problem only occurs in Internet Explorer and 
does not occur in Firefox. 

We are overriding the init () method of WebApplication class and add the 
following lines for the encoding:

getMarkupSettings().setDefaultMarkupEncoding("ISO-8859-1");
((Settings) getMarkupSettings()).setResponseRequestEncoding("ISO-8859-1");

Could you tell us a solution for this issue?

Systems informations:

Windows XP SP2
Windows encoding: UTF-8 

Regards, Ronaldo.

Reply via email to