issue with form encoding C2.2

2012-06-06 Thread Robby Pelssers
Hi all, Just wanted to have a short discussion on an issue that I wasted quite some hours on. Let me first explain that I configured my cocoon block with following two properties as per http://cocoon.apache.org/2.2/1366_1_1.html : org.apache.cocoon.containerencoding=UTF-8

RE: issue with form encoding C2.2

2012-06-06 Thread Robby Pelssers
I did found a workaround by the way… If you add an extra request parameter called cocoon-form-encoding and set it to utf-8 it will work Snippet from RequestProcessor.java: protected Environment getEnvironment(String uri, HttpServletRequest req,