Hi,
Annotated @InitBinder method lets me disallow some fields before binding and validation.
Is there any way to force binding field A inside annotated @InitBinder method and based on this value disallow binding field B ?
At a glance:
Value of one field should determine binding another field.
How can I achieve that?
Greetings!


Reply With Quote

