[EMAIL PROTECTED] <> wrote:
> Kai,
>
> I find it very unlikely that the binding would be causing this.
> More likely the roundtrip to the browser is mixing up the encodings.
>
> To prove my statement you could omit the form.showForm("..."); line
> from your script and check the debug output (my gue
Kai,
I find it very unlikely that the binding would be causing this.
More likely the roundtrip to the browser is mixing up the encodings.
To prove my statement you could omit the form.showForm("..."); line from
your script and check the debug output (my guess is that the characters
will not ha
Hi,
within an application we are using the binding framework (Cocoon 2.1.8) to
bind a form to a very simple value object (which is someting similar to a
bookmark, i.e. a id and a title field. The form is prefilled by application
like this
var code= cocoon.parameters.code;
var title = cocoon.param