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 <mgrigo...@apache.org>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 <asimbirt...@gmail.com>
> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Anna Simbirtsev
(416) 729-7331

Reply via email to