-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.0.3, 7.0.7
-
None
Hi.
I have a problem with the BindingParam and @command annotations.
We prepared example for demonstration of this problem: https://github.com/samuelbr/zk-binding-issue
Steps to reproduce:
Build and deploy project. Than click on a 'delete' label in the first row. Application remove first row. Next click on a 'delete' label in the last row.
Method deletePerson in TestViewModel expected that objects is valid, but in this case is null.
Thanks