-
Bug
-
Resolution: Won't Fix
-
Normal
-
8.5.1
Steps to Reproduce
https://zkfiddle.org/sample/1m12b4c/1-Another-new-ZK-fiddle
Click "randomize" button
Current Result
The fullname is not updated
Expected Result
The fullname is updated
Debug Information
By calling the setter method, it just creates a postNotifyChange.
Workaround
Use @SmartNotifyChange("*") on a @Command method.
- relates to
-
ZK-3816 Support a dirty checking mechanism for a ViewModel's properties, so that users don't need to notify changes by themselves
- Closed