Re: page lang\ encoding error after moving to myFaces from mojarra???

2010-08-26 Thread Michael Kurz
What happens exactly? Do you enter the hebrew characters in a h:inputTextarea, save them and re-display them in a h:outputText? If yes, please try to set escape=false on the h:outputText. This might be an escape problem. Michael Am 25.08.2010 22:24, schrieb Daniel_R: Thanks for the reply,

Re: page lang\ encoding error after moving to myFaces from mojarra???

2010-08-26 Thread Daniel_R
The servlet request we are processing */ protected String selectEncoding(ServletRequest request) { return (this.encoding); } } ==snip=snip=snip= -- View this message in context: http://old.nabble.com/page-lang%5C-encoding-error-after

Re: page lang\ encoding error after moving to myFaces from mojarra???

2010-08-25 Thread Cédric Durmont
Oh, charset encoding... don't get me started about that ! ;o) I had a hard time trying to figure out how to configure that beast properly for my locale (French, and win1252 charset which I had to use for some obscure database reasons). Try to add this filter (source below) and set it up properly

Re: page lang\ encoding error after moving to myFaces from mojarra???

2010-08-25 Thread Daniel_R
); } } ==snip=snip=snip= -- View this message in context: http://old.nabble.com/page-lang%5C-encoding-error-after-moving-to-myFaces-from-mojarratp29525029p29536215.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

page lang\ encoding error after moving to myFaces from mojarra???

2010-08-24 Thread Daniel_R
in the following format ששדגששגכ דשגכ all i ever did is change from mojara to myfaces... any ideas what went wrong and how can i fix it? Thanks ahead! -- View this message in context: http://old.nabble.com/page-lang%5C-encoding-error-after-moving-to-myFaces-from-mojarratp29525029p29525029