I have an object model that is filled in forms 4-view-states in different states, I use the JSR-303 validation, however from the first form to second it validates the whole model, and some properties of this object will only be filled in following forms, but the validation stops the flow.
Is there a way to set which properties of the model will be validated in each transition? using JSR-303?
Thank you.


Reply With Quote