-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.0
-
None
-
None
The error is found in the ZK test.
B85_ZK_3831Test and B85_ZK_3896Test can work well individually but will fail if run together.
The reason is in ZK-3831.zul, it use <?import org.zkoss.zk.ui.util.*?> to import the package.
And it will affect ZK-3896 EL foreach import and appear java.lang.NoClassDefFoundError: org/zkoss/zk/ui/util/forEachStatus.