Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-16 Thread Johan Compagner

But this seems to me like the problem
Did you change the default page encoding??

Default it is all in UTF-8

see
WebApplication.getRequestCycleSettings().getResponseRequestEncoding()

johan

On 1/15/07, Nino Wael <[EMAIL PROTECTED]> wrote:


 Page encoding reported by FF are ISO-8859-1.





Regards Nino


 --

*From:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *On Behalf Of *Johan Compagner
*Sent:* 15. januar 2007 13:24
*To:* wicket-user@lists.sourceforge.net
*Subject:* Re: [Wicket-user] skandinavian characters encoding lost...



by default wicket does everything in UTF-8
What is your page encoding when you see your webpage? (page info in FF)

If you use tomcat you need some other configuration (use utf 8 encoding in
request params) but thats only for GET request not post.

johan

 On 1/15/07, *Nino Wael* <[EMAIL PROTECTED]> wrote:

Hi



I seem to be expriencing lost of encoding, if I have an text area and text
field and if Æ Ø or Å are entered then they do not get interpered as Å Ø Æ
but losses their encoding. Am I missing something? Wicket does pickup that
the browser are in Danish locale and actually does display the default text
in dropdowns in Danish(choose one – vælg en).



Regards Nino


-
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
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-16 Thread Nino Wael
Thanks but I am using tomcat 4.1.18... and the setting does not seem to apply 
when adding it to coyote:



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juergen 
Donnerstag
Sent: 15. januar 2007 18:02
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] skandinavian characters encoding lost...

http://cwiki.apache.org/WW/how-to-support-utf-8-uriencoding-with-tomcat.html

Juergen

On 1/15/07, Nino Wael <[EMAIL PROTECTED]> wrote:
> Actually I also remember asking about this before, hmm...
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik van Oosten
> Sent: 15. januar 2007 15:43
> To: wicket-user@lists.sourceforge.net
> Subject: Re: [Wicket-user] skandinavian characters encoding lost...
>
> No, that's not it.
> I vaguely remember that Tomcat needs a setting in its configuration
> files before it will serve UTF-8 content. Otherwise it will silently
> convert it to ISO8859-1.
>
> Erik.
>
>
> Martijn Dashorst wrote:
> > Perhaps this:
> > http://cwiki.apache.org/WICKET/how-to-change-the-character-encoding.html
> >
> > found through: http://woogle.billen.dk/search/q/tomcat%20encoding
> >
> > Martijn
> >
> > On 1/15/07, Erik van Oosten <[EMAIL PROTECTED]> wrote:
> >
> >> Well according to Johan its only for POSTs that Tomcat can be a problem.
> >> I just tried for at least 10 minutes to find a reference to the exact
> >> thing Tomcat does wrong, and I am sure it was on the Wicket Wiki at some
> >> point, but I can not find it anymore.
> >>
> >> If someone can find it, or put it back on the Wicket Wiki, that would be
> >> great.
> >>
> >> Cheers,
> >> Erik.
> >>
>
> --
> Erik van Oosten
> http://www.day-to-day-stuff.blogspot.com/
>
>
> -
> 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
> Wicket-user@lists.sourceforge.net
> 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
> Wicket-user@lists.sourceforge.net
> 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
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-16 Thread Erik van Oosten
Thanks Jürgen, thats the one.
I added a link to the Wicket wiki.

 Erik.

Juergen Donnerstag wrote:
> http://cwiki.apache.org/WW/how-to-support-utf-8-uriencoding-with-tomcat.html
>
> Juergen
>
>   

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


-
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Carfield Yim
Appearancely , tomcat 5.5 don't get this problem for me, at least for
Chinese character

On 1/16/07, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> http://cwiki.apache.org/WW/how-to-support-utf-8-uriencoding-with-tomcat.html
>
> Juergen
>
> On 1/15/07, Nino Wael <[EMAIL PROTECTED]> wrote:
> > Actually I also remember asking about this before, hmm...
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik van 
> > Oosten
> > Sent: 15. januar 2007 15:43
> > To: wicket-user@lists.sourceforge.net
> > Subject: Re: [Wicket-user] skandinavian characters encoding lost...
> >
> > No, that's not it.
> > I vaguely remember that Tomcat needs a setting in its configuration
> > files before it will serve UTF-8 content. Otherwise it will silently
> > convert it to ISO8859-1.
> >
> > Erik.
> >
> >
> > Martijn Dashorst wrote:
> > > Perhaps this:
> > > http://cwiki.apache.org/WICKET/how-to-change-the-character-encoding.html
> > >
> > > found through: http://woogle.billen.dk/search/q/tomcat%20encoding
> > >
> > > Martijn
> > >
> > > On 1/15/07, Erik van Oosten <[EMAIL PROTECTED]> wrote:
> > >
> > >> Well according to Johan its only for POSTs that Tomcat can be a problem.
> > >> I just tried for at least 10 minutes to find a reference to the exact
> > >> thing Tomcat does wrong, and I am sure it was on the Wicket Wiki at some
> > >> point, but I can not find it anymore.
> > >>
> > >> If someone can find it, or put it back on the Wicket Wiki, that would be
> > >> great.
> > >>
> > >> Cheers,
> > >> Erik.
> > >>
> >
> > --
> > Erik van Oosten
> > http://www.day-to-day-stuff.blogspot.com/
> >
> >
> > -
> > 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
> > Wicket-user@lists.sourceforge.net
> > 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
> > Wicket-user@lists.sourceforge.net
> > 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
> Wicket-user@lists.sourceforge.net
> 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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Juergen Donnerstag
http://cwiki.apache.org/WW/how-to-support-utf-8-uriencoding-with-tomcat.html

Juergen

On 1/15/07, Nino Wael <[EMAIL PROTECTED]> wrote:
> Actually I also remember asking about this before, hmm...
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik van Oosten
> Sent: 15. januar 2007 15:43
> To: wicket-user@lists.sourceforge.net
> Subject: Re: [Wicket-user] skandinavian characters encoding lost...
>
> No, that's not it.
> I vaguely remember that Tomcat needs a setting in its configuration
> files before it will serve UTF-8 content. Otherwise it will silently
> convert it to ISO8859-1.
>
> Erik.
>
>
> Martijn Dashorst wrote:
> > Perhaps this:
> > http://cwiki.apache.org/WICKET/how-to-change-the-character-encoding.html
> >
> > found through: http://woogle.billen.dk/search/q/tomcat%20encoding
> >
> > Martijn
> >
> > On 1/15/07, Erik van Oosten <[EMAIL PROTECTED]> wrote:
> >
> >> Well according to Johan its only for POSTs that Tomcat can be a problem.
> >> I just tried for at least 10 minutes to find a reference to the exact
> >> thing Tomcat does wrong, and I am sure it was on the Wicket Wiki at some
> >> point, but I can not find it anymore.
> >>
> >> If someone can find it, or put it back on the Wicket Wiki, that would be
> >> great.
> >>
> >> Cheers,
> >> Erik.
> >>
>
> --
> Erik van Oosten
> http://www.day-to-day-stuff.blogspot.com/
>
>
> -
> 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
> Wicket-user@lists.sourceforge.net
> 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
> Wicket-user@lists.sourceforge.net
> 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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Nino Wael
Actually I also remember asking about this before, hmm...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik van Oosten
Sent: 15. januar 2007 15:43
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] skandinavian characters encoding lost...

No, that's not it.
I vaguely remember that Tomcat needs a setting in its configuration 
files before it will serve UTF-8 content. Otherwise it will silently 
convert it to ISO8859-1.

 Erik.


Martijn Dashorst wrote:
> Perhaps this:
> http://cwiki.apache.org/WICKET/how-to-change-the-character-encoding.html
>
> found through: http://woogle.billen.dk/search/q/tomcat%20encoding
>
> Martijn
>
> On 1/15/07, Erik van Oosten <[EMAIL PROTECTED]> wrote:
>   
>> Well according to Johan its only for POSTs that Tomcat can be a problem.
>> I just tried for at least 10 minutes to find a reference to the exact
>> thing Tomcat does wrong, and I am sure it was on the Wicket Wiki at some
>> point, but I can not find it anymore.
>>
>> If someone can find it, or put it back on the Wicket Wiki, that would be
>> great.
>>
>> Cheers,
>> Erik.
>> 

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


-
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
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Erik van Oosten
No, that's not it.
I vaguely remember that Tomcat needs a setting in its configuration 
files before it will serve UTF-8 content. Otherwise it will silently 
convert it to ISO8859-1.

 Erik.


Martijn Dashorst wrote:
> Perhaps this:
> http://cwiki.apache.org/WICKET/how-to-change-the-character-encoding.html
>
> found through: http://woogle.billen.dk/search/q/tomcat%20encoding
>
> Martijn
>
> On 1/15/07, Erik van Oosten <[EMAIL PROTECTED]> wrote:
>   
>> Well according to Johan its only for POSTs that Tomcat can be a problem.
>> I just tried for at least 10 minutes to find a reference to the exact
>> thing Tomcat does wrong, and I am sure it was on the Wicket Wiki at some
>> point, but I can not find it anymore.
>>
>> If someone can find it, or put it back on the Wicket Wiki, that would be
>> great.
>>
>> Cheers,
>> Erik.
>> 

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


-
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Martijn Dashorst
Perhaps this:
http://cwiki.apache.org/WICKET/how-to-change-the-character-encoding.html

found through: http://woogle.billen.dk/search/q/tomcat%20encoding

Martijn

On 1/15/07, Erik van Oosten <[EMAIL PROTECTED]> wrote:
> Well according to Johan its only for POSTs that Tomcat can be a problem.
> I just tried for at least 10 minutes to find a reference to the exact
> thing Tomcat does wrong, and I am sure it was on the Wicket Wiki at some
> point, but I can not find it anymore.
>
> If someone can find it, or put it back on the Wicket Wiki, that would be
> great.
>
> Cheers,
> Erik.
>
>
> Nino Wael schreef:
> > Yes i am using tomcat..
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik van 
> > Oosten
> > Sent: 15. januar 2007 13:17
> > To: wicket-user@lists.sourceforge.net
> > Subject: Re: [Wicket-user] skandinavian characters encoding lost...
> >
> > Are you using Tomcat?
> >
> >  Erik.
> >
> > Nino Wael schreef:
> >
> >> Hi
> >>
> >>
> >> I seem to be expriencing lost of encoding, if I have an text area and
> >> text field and if Æ Ø or Å are entered then they do not get interpered
> >> as Å Ø Æ but losses their encoding. Am I missing something? Wicket
> >> does pickup that the browser are in Danish locale and actually does
> >> display the default text in dropdowns in Danish(choose one - vælg en).
> >>
> >>
> >>
> >> Regards Nino
> >>
> >
> >
>
> --
> Erik van Oosten
> http://www.day-to-day-stuff.blogspot.com/
>
>
> -
> 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
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-- 
Vote for Wicket at the http://www.thebeststuffintheworld.com/vote_for/wicket
Wicket 1.2.4 is as easy as 1-2-4. Download Wicket now!
http://wicketframework.org

-
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Erik van Oosten
Well according to Johan its only for POSTs that Tomcat can be a problem.
I just tried for at least 10 minutes to find a reference to the exact 
thing Tomcat does wrong, and I am sure it was on the Wicket Wiki at some 
point, but I can not find it anymore.

If someone can find it, or put it back on the Wicket Wiki, that would be 
great.

Cheers,
Erik.


Nino Wael schreef:
> Yes i am using tomcat..
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik van Oosten
> Sent: 15. januar 2007 13:17
> To: wicket-user@lists.sourceforge.net
> Subject: Re: [Wicket-user] skandinavian characters encoding lost...
>
> Are you using Tomcat?
>
>  Erik.
>
> Nino Wael schreef:
>   
>> Hi
>>  
>>
>> I seem to be expriencing lost of encoding, if I have an text area and 
>> text field and if Æ Ø or Å are entered then they do not get interpered 
>> as Å Ø Æ but losses their encoding. Am I missing something? Wicket 
>> does pickup that the browser are in Danish locale and actually does 
>> display the default text in dropdowns in Danish(choose one - vælg en).
>>
>>  
>>
>> Regards Nino  
>> 
>
>   

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


-
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Nino Wael
Page encoding reported by FF are ISO-8859-1.

 

 

Regards Nino

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johan Compagner
Sent: 15. januar 2007 13:24
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] skandinavian characters encoding lost...

 

by default wicket does everything in UTF-8
What is your page encoding when you see your webpage? (page info in FF) 

If you use tomcat you need some other configuration (use utf 8 encoding in 
request params) but thats only for GET request not post. 

johan



On 1/15/07, Nino Wael <[EMAIL PROTECTED]> wrote:

Hi

 

I seem to be expriencing lost of encoding, if I have an text area and text 
field and if Æ Ø or Å are entered then they do not get interpered as Å Ø Æ but 
losses their encoding. Am I missing something? Wicket does pickup that the 
browser are in Danish locale and actually does display the default text in 
dropdowns in Danish(choose one - vælg en).

 

Regards Nino


-
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
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Nino Wael
Yes i am using tomcat..

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik van Oosten
Sent: 15. januar 2007 13:17
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] skandinavian characters encoding lost...

Are you using Tomcat?

 Erik.

Nino Wael schreef:
>
> Hi
>
>  
>
> I seem to be expriencing lost of encoding, if I have an text area and 
> text field and if Æ Ø or Å are entered then they do not get interpered 
> as Å Ø Æ but losses their encoding. Am I missing something? Wicket 
> does pickup that the browser are in Danish locale and actually does 
> display the default text in dropdowns in Danish(choose one - vælg en).
>
>  
>
> Regards Nino
>
> 
>
> -
> 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
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>   

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


-
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
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Johan Compagner

by default wicket does everything in UTF-8
What is your page encoding when you see your webpage? (page info in FF)

If you use tomcat you need some other configuration (use utf 8 encoding in
request params) but thats only for GET request not post.

johan


On 1/15/07, Nino Wael <[EMAIL PROTECTED]> wrote:


 Hi



I seem to be expriencing lost of encoding, if I have an text area and text
field and if Æ Ø or Å are entered then they do not get interpered as Å Ø Æ
but losses their encoding. Am I missing something? Wicket does pickup that
the browser are in Danish locale and actually does display the default text
in dropdowns in Danish(choose one – vælg en).



Regards Nino

-
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
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Erik van Oosten
Are you using Tomcat?

 Erik.

Nino Wael schreef:
>
> Hi
>
>  
>
> I seem to be expriencing lost of encoding, if I have an text area and 
> text field and if Æ Ø or Å are entered then they do not get interpered 
> as Å Ø Æ but losses their encoding. Am I missing something? Wicket 
> does pickup that the browser are in Danish locale and actually does 
> display the default text in dropdowns in Danish(choose one – vælg en).
>
>  
>
> Regards Nino
>
> 
>
> -
> 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
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>   

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


-
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user