Hi,
Let say I have 10 variable and 2 are required field. When I use the binder I have to explicitly bind all 10 variable. Instead can we have bindAll=true attribute in binder. By default it may false. This will avoid to manual binding!
Something like this,
<binder bindAll="true">
<binding property="variable1" required="true"/>
<binding property="variable2" required="true"/>
</binder>
This should be bind all form fields instead only two. Any thoughts!!
Thanks.


Reply With Quote
