-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Major
-
None
-
Affects Version/s: Freshly
-
Component/s: Databind 2
-
Environment:
ZK version 6.0.1.FL.20120410
-
None
BindUtils.postGlobalCommand is only working for default values (first two params null).
Desktop scope is quite limiting for us as we want do communicate between portlets - same session, different desktop.
This is not working:
BindUtils.postGlobalCommand("ZkossQueue", EventQueues.SESSION, "onRefreshValues", null);
Initialization of the Queue did not help either
EventQueues.lookup("ZkossQueue", EventQueues.SESSION, true);