-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.0, 6.5.4
-
Security Level: Jimmy
the attached example shows a model object "Item" with a collection member (List<Tag>)
when using the "Item"-object with form binding, the changes to items in the collection are written directly to the "Tag"-objects in the original collection (same with adding/removing tags)
this makes the form binding pointless in such situations using the default implementation.
- relates to
-
ZK-1848 Form Binding doesn't update the bean field when a binding bean changed
- Closed