How to do declarative validation of forms with Spring web flow. I'm aware that WF supports programmatic validation.
But, as we do in Struts validation, I wanna do with an XML file to define all validation rules.
How to do that with Spring WF?![]()
How to do declarative validation of forms with Spring web flow. I'm aware that WF supports programmatic validation.
But, as we do in Struts validation, I wanna do with an XML file to define all validation rules.
How to do that with Spring WF?![]()
That's not a feature that's offered with SWF. You may need another framework or library as a supplement to provide this. Maybe commons-validator? I think this is what Struts uses, so you may want to take a look. Haven't tried integrating it with SWF, so I won't be of much help here.
Last edited by InverseFalcon; Mar 6th, 2009 at 12:37 PM.