Geert Josten wrote:
I've tried changing serializer encoding,  container encoding, etc...but
until now a didn't find any solution to solve this problem.


Have you tried cocoon.request.getParameter('test') instead of cocoon.request.test?


I don't think getParameter will make a difference.

Citing http://wiki.apache.org/cocoon/RequestParameterEncoding

[...]
For Java-insiders: what Cocoon actually does internally is apply the following trick to get a parameter correctly decoded: suppose "value" is a string containing a request parameter, then Cocoon will do:

value = new String(value.getBytes("ISO-8859-1"), "UTF-8");
[...]


IIRC, the property reflection methods don't use this ... but maybe I'm wrong.


--
Reinhard P�tz Independent Consultant, Trainer & (IT)-Coach
{Software Engineering, Open Source, Web Applications, Apache Cocoon}

                                       web(log): http://www.poetz.cc
--------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to