Hi,
I am new in using Wicket, but I had this problem with all the Frameworks
I used before.
In Wicket, it was absolutely no problem since I just added :
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
in the HTML template to make it work. It seems Wicket managed this
transparently.
Please correct me if I am wrong.
Pierre-Yves
PS: I am however still having a problem with one character that is
fréquently used in french and does not exist in iso-8859-1 (the oe
ligature). Can anybody tell me what is the best place in Wicket to
implement a filter that would replace this character with the html
entity œ ?
JK a écrit :
> Hello again, Problem was with
> setResponsePage(ThankYou.class,parameter);
> and parameter (PageParameters) encoding.
>
> Code for setting default encoding (ok?):
> ---------- WebApplication
>
> protected void init()
> {
> getMarkupSettings().setDefaultMarkupEncoding("iso-8859-1");
> }
>
> 2006/7/27, JK <[EMAIL PROTECTED]>:
>> Hi,
>>
>> How do you change character encoding from utf-8 to iso-8859-1? If I define
>> ----------
>> protected void configureResponse() {
>> super.configureResponse();
>>
>> final WebResponse response = getWebRequestCycle().getWebResponse();
>> response.setHeader("Content-Type", "text/html; charset=iso-8859-1");
>> }
>> ----------
>> for WebPage subclass, component MultiLineLabel still has wrong encoding
>> (utf-8).
>>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user