-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.0
-
Security Level: Jimmy
-
None
-
tested in eclipse with maven / jetty, with 8.0.0.FL.20150811-Eval
-
ZK 8.0.1
-
None
[example attached]
when using a shadow element inside a native element, whitespaces in the zul file cause the following exception to be thrown :
HTTP ERROR 500
Problem accessing /ShadowENativeBug/. Reason:
Only accept template and shadow element to be a child of [shadow element(customComp)]
Caused by:
java.lang.IllegalStateException: Only accept template and shadow element to be a child of [shadow element(customComp)]
at org.zkoss.zk.ui.metainfo.ShadowInfo.appendChild(ShadowInfo.java:198)