I have two mappings: one to an input field and one to a textarea.
The input does get a new value but the textarea doesn't! (So the service works)
If I put an 'edit JS' with 'alert('val1e ' + value);' on the maping for the textarea, I do get the correct result in an alert box. But the textarea doesn't get updated.