Re: AW: JSF support East Asian characters ?

2006-01-08 Thread Dave
quot;submit" name="submit" value="Submit" / /form /body /htmlHarald Müller [EMAIL PROTECTED] /I wrote: Hi!I had to implement a "CharsetFilter" like mentioned here: http://wiki.apache.org/tomcat/Tomcat/UTF-8 (had some problems with "east-europea

Re: JSF support East Asian characters ?

2006-01-07 Thread Alin Dosoniu
Hi, Are you using tiles for your application? I had similar problems when tried to add the meta HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=UTF-8"/ in html from another jsp than the one that was base template (that specified in definition name="layout"

AW: JSF support East Asian characters ?

2006-01-07 Thread Harald Müller
:21 An: MyFaces Discussion Betreff: Re: JSF support East Asian characters ? Hi Laurie,   Thanks. I added the following to the beginning of each jsp page.   %@ page language=java contentType=text/html; charset=UTF-8 %   After the page shows up, the browser says UTF-8. This is great.   when I typed

Re: AW: JSF support East Asian characters ?

2006-01-07 Thread Dave
-8 (had some problems with "east-european" characters)!Hope this helps,H________________Von: Dave [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 07. Jänner 2006 01:21An: MyFaces DiscussionBetreff: Re: JSF support East Asian characters ?Hi Laurie, Thanks.I added the follo

Re: JSF support East Asian characters ?

2006-01-06 Thread Dave
Hi Laurie, Thanks. I added the following to the beginning of each jsp page.%@ page language="java" contentType="text/html; charset=UTF-8" %After the page shows up, the browser says UTF-8. This is great.when I typed in some chinese characters using InputText, and leftanother

Re: JSF support East Asian characters ?

2005-12-31 Thread Laurie Harper
Does the browser(IE) or inputText do the encoding of characters? If the inputText component has an initial value, it will be encoded server-side using the view's output encoding. When you submit the form, the browser will encode the current value of the inputText using whatever encoding it

Re: JSF support East Asian characters ?

2005-12-30 Thread Dave
In my configuration I have only English. The locale config is for resource bundle. But the problem I have is the East Asia input and display, not locale support. I can type East Aisa characters such as Chinese into the inputText without problems, but whenthey display back after submit, the

Re: JSF support East Asian characters ?

2005-12-26 Thread Thomas Spiegl
Did you add a locale-config to your faces-config.xml ? application locale-config default-localede/default-locale supported-localede/supported-locale supported-localeen/supported-locale /application Thomas On 12/23/05, Dave [EMAIL PROTECTED] wrote: I have a inputText. when I type