On Wed, Sep 16, 2009 at 1:35 PM, Martin Makundi
<[email protected]> wrote:

> Hmm.. can't you fix this with encoding settings?
>
>    getMarkupSettings().setDefaultMarkupEncoding(WebPageConstants.ISO_8859_1);
>
> Or something?

It seems it cannot. I have in my appliction's init() code:

    getMarkupSettings().setDefaultMarkupEncoding("UTF-8");
    getRequestCycleSettings().setResponseRequestEncoding("UTF-8");              

and both, static texts from .HTML, translated texts from .XML are show O.K.,
but data posted from a form are not.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to