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

Can't get Desktop from DesktoCache after form submit

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • None
    • 7.0.1
    • 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)

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

              Created:
              Updated:
              Resolved: