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

ZK page in Liferay portlet hanged at "processing" prompt after upgrade ZK from 7.0.2 to 7.0.3, 7.0.4

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 7.0.3, 7.0.4
    • Components
    • Liferay 6.1.2, Tomcat 7.0.40, Windows 8

      After upgrade ZK from 7.0.2 to 7.0.3 or 7.0.4, ZK page in a Liferay portlet becomes always hanging at "processing" prompt. Removing and readding portlet in Liferay page fixed the problem but only on the first run/load thereof, subsequent (second, third ...) runs/loads always hangs dead at "processing" prompt UI within 1s of the request. The zul file can just be as simple as a page with a ZK window with a ZK label. There are no server log messages. Zscript runs normally. The problem seems to be UI rendering abruptly stopped.

      <?page title="new page title" contentType="text/html;charset=UTF-8"?>
      <zk>
      <window title="new page title" border="normal">
      <zscript>
      System.out.println(134);
      </zscript>
      <label>asfsaddg</label>
      </window>
      </zk>

            jumperchen jumperchen
            thanhhx thanhhx
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: