I am using the <spring:bind> tag to access the model data in order to display/edit it on my JSP page. Say for example, if there are 4 fields on the form out of which user enters a wrong value for one which is successfully picked up by the validator and displayed again. However the other 3 fields are still persisted to the database. Is this the regular behavior of <spring:bind> tag?? I don’t want that. I want that even if one is wrong everything else should be rejected.
How do I do that?
Any kind of help would be really appreciated.
Thanks
Manpreet Minhas


Reply With Quote
