-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 8.5.0
-
Component/s: None
-
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.