As title. The following code should work. (mvvm/book/databinding/validator/Va05.zul)
limit: <intbox id="limitBox" value="@bind(vm.limit)"/> <label value="@bind(vm.age) @converter(vm.ageLimitIndicator, limit=vm.limit)" />
not work
should work