-
Bug
-
Resolution: Fixed
-
Major
-
8.6.2, 9.5.0
-
Security Level: Jimmy
-
ZK 9.5.1 S1
-
None
Steps to Reproduce
1. run applyArg.zul
2. click "switch src" button, switch to b.zul
Current Result
InitVM.init() is called.
It's unexpected because b.zul doesn't apply InitVM
Expected Result
InitVM.init() is not called
Debug Information
1. This bug happens since 8.6.2 for fixing ZK-4221
Workaround
<apply navInfo="@load(vm.navInfo)"> <apply templateURI="${navInfo.src}" time="${navInfo.arg}"/> </apply>
- is duplicated by
-
ZK-4737 Binding fails to trigger if another binding use parent bean with operator
- Closed