W3C requires UTF-8 On Mon, Aug 22, 2011 at 6:56 PM, Anna Simbirtsev <[email protected]> wrote: > it seems that Ajax form processing should always be encoded in UTF-8, is > there alternative way to let Ajax form processing using 'iso-8859-1' except > changing wicket-ajax.js > > On Mon, Aug 22, 2011 at 10:51 AM, Martin Grigorov <[email protected]>wrote: > >> disable your browser caches >> or give more details what exactly is the problem >> >> On Mon, Aug 22, 2011 at 5:39 PM, Anna Simbirtsev <[email protected]> >> wrote: >> > Hi, >> > >> > Encoding issue in Wicket: >> > we want to change encoding from "utf-8" to "iso-8859-01", after adding >> the >> > following codes in application, it works for page, but doesn't work with >> > modal page, which is still using 'utf-8' encoding. >> > >> > getRequestCycleSettings().setResponseRequestEncoding("iso-8859-1"); >> > getMarkupSettings().setDefaultMarkupEncoding("iso-8859-1"); >> > >> >> >> >> -- >> Martin Grigorov >> jWeekend >> Training, Consulting, Development >> http://jWeekend.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Anna Simbirtsev > (416) 729-7331 >
-- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
