-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
in this case:
<div apply="org.zkoss.bind.BindComposer"
viewModel="@id('vm') @init('a.b.AVm')">
<div apply="org.zkoss.bind.BindComposer"
viewModel="@id('vm2') @init(vm.vm2)">
the inner vm2 declaration won't work because when EL tried to retrieve 'vm2' from 'vm', vm was not initialized yet.
need to find a better solution for binderComposer vm init.
- relates to
-
ZK-1231 Need a certain lifecycle point for afterCompose in viewModel
- Closed