-
Bug
-
Resolution: Won't Fix
-
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)