-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 7.0.6.1
-
Component/s: Components
-
Security Level: Jimmy
-
None
Reproducible sample:
test.zul
<zk> <include src="include.zul?timezone=Europe/Berlin" /> </zk>
include.zul
<zk> <label value="${param.timezone}" /> </zk>
Debug information:
The NPE happened in Include.java#L355