Thanks for the various insights guys - i will also try out the multiple-bindings-per-widget trick, didn't even know this was possible.

Jorg

Jorg Heymans wrote:
Hi,

My form has a multivaluewidget, it's values are retrieved from an Arraylist in the bean that is populated using Hibernate. The user then selects a few values and presses "next".
Now i would like to save these selected values into a different arraylist then the one where the values are retrieved from. Rationale: i don't want to destroy the original dataset because it's quite expensive to retrieve.


Is changing the setter method for the Arraylist the only option here? Or can i somehow in my javascript binding say "save the collection into a different location in the bean" ?

Regards
Jorg


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



Reply via email to