Hello.

Saulius Grigaliunas wrote:
Hello there cocoon community,

I've got some strange problems with form submiting and utf-8 encoding,
so i'm trying to write something in utf-8 in my form ( try it yourself
- http://dev.vzg.lt/Add/ ) and see what has been submited. After
submit I get some strange and really non utf-8 characters, what am I
doing wrong?


Look at the cocoon's web.xml in WEB-INF and uncomment the following part:


<init-param> <param-name>form-encoding</param-name> <param-value>utf-8</param-value> </init-param>

and It should work.

Rgds.

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to