Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 7.0.2
-
Fix Version/s: 7.0.3
-
Component/s: Databind 2
-
Labels:None
Description
According to this document - http://books.zkoss.org/wiki/ZK%20Developer's%20Reference/MVVM/Data%20Binding/Binder
We can be able to specify a queue scope with a custom binder.
For example,
<window apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @init('foo.MyViewModel')" binder="@init(value='xxx.MyBinder', queueScope='session')">