Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1051

GlobalCommand is not working for non default value

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Major Major
    • None
    • Freshly
    • Databind 2
    • ZK version 6.0.1.FL.20120410

      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);

            dennis dennis
            mixgho mixgho
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: