I have a Spring-based web form (Web Flow actually) that I need to modify.
The form has multiple elements that are validated server-side. The tricky part is, the whole form is optional - if the user just clicks past it, I'm supposed to quietly ignore the whole thing.
How can I do this?
nullor empty values during validation?