-
New Feature
-
Resolution: Done
-
Trivial
-
7.0.8, 8.0.3
-
Security Level: Jimmy
-
None
-
None
Currently if you want to reload multiple properties of the same bean, you have to invoke org.zkoss.bind.BindUtils.postNotifyChange(String, String, Object, String) method multiple times.
It would be convenient to have a similar method in BindUtils, which would accept multiple properties.