Hi there,
I'm facing a strange problem in one of my JSF (which is a facelet). I'm using Richfaces and on one page I got a normal form
<h:form></h:form>
My problem is when I submit the form all UTF-8 chars - like german umlauts (äöü) - are recieved encrypted. If I change the page to ISO-8859-1 on my browser it works.
If I expand the form with attribute
<h:form id="register-form" acceptcharset="ISO-8859-1">
it works too. (just for german umlauts) - other UTF-8 chars will be encrypted to something unreadable.
Does anyone could give me hand by this?