Tested it and the problem is that you are lying ;)

you say:
<?xml version="1.0" encoding="UTF-8"?>

in the top of youre file. But youre file is not in UTF-8 but in cp1252 (or something like that)
when i made it: (i think that cp1252 is something windows? don't know if you can say that as the encoding)

<?xml version="1.0" encoding="ISO-8859-1"?>

It worked.


On 11/22/05, Dzenan Ridjanovic <[EMAIL PROTECTED]> wrote:
Johan,

>what does you browser reports in what kind of content type is does get it
>back?

UTF-8.

Please go to my web site to see for yourself:

http://drdb.fsa.ulaval.ca/urls/

At the end of the page click on Spiral09 to execute the application. Then click on the French flag. The code is in Urls09.zip (after unzip, import the Eclipse project).

Dzenan




>
>


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to