RE: encoding issue

2012-08-31 Thread Robby Pelssers
Hi Mika, Some questions: - are you having problems submitting forms where the data is not received server side as UTF-8? - what application container are you using? Tomcat, Jetty, ... Robby -Original Message- From: m...@digikartta.net [mailto:m...@digikartta.net] Sent: Wednesday,

RE: encoding issue

2012-08-31 Thread Robby Pelssers
Hi Mika, Some questions: - are you having problems submitting forms where the data is not received server side as UTF-8? - what application container are you using? Tomcat, Jetty, ... Robby -Original Message- From: m...@digikartta.net [mailto:m...@digikartta.net] Sent: Wednesday,

RE: encoding issue

2012-08-31 Thread mika
Hi, yep, if I got you right, problems appear somewhere between the submit and the outcome of the bind, at server side. Container is Tomcat 6. Something like this: flowscript: form.createBinding(cocoon:/form_ + id + _bind); form.save(doc); cocoon.sendPage(vastaus-display-pipeline.jx, {title:

RE: encoding issue

2012-08-31 Thread Robby Pelssers
Problem is I'm not using C2.1.x anymore so it's really hard to properly help you out here. I know that for C2.2 we have to set 2 properties: org.apache.cocoon.containerencoding=utf-8 org.apache.cocoon.formencoding=utf-8 As a side note: Check encoding in your xslt's xsl:output method=xml

RE: encoding issue

2012-08-31 Thread mika
Ok, could it have something to do with those locale settings? Just a wild guess, because I really don't know how to use them. Thanks anyway, - mika- P.S. Those org.apache.cocoon.containerencoding=utf-8 org.apache.cocoon.formencoding=utf-8 BTW are in web.xml at C2.1. They only effect so that