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]
