Can't get Desktop from DesktoCache after form submit

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Normal
    • None
    • Affects Version/s: 7.0.1
    • Component/s: None
    • None
    • None

      In zk 6.5, I have a page that submits a form (contains desktop id) to a servlet, I can get the Desktop by following code in the servlet.

      Desktop desktop = ((WebAppCtrl)sess.getWebApp()).getDesktopCache(sess).getDesktopIfAny(desktopId);
      

      Whoever, after upgrade to ZK 7.0, I can get desktop anymore.
      it looks like removeDesktop is always handled before my form submit now.

      This issue cause ZSS can't handle post-back jsf action anymore.(see ZSS-641)

            Assignee:
            jumperchen
            Reporter:
            dennis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: