Re: Commons Validator Issue with Collections

2008-04-09 Thread Laurie Harper
Neither Commons Validator nor Struts knows how to process XML requests like that out of the box. Assuming Struts 1, the answer is that you will have to write your own logic to populate the form bean from the XML request, after which validation can be performed the same as you would with a regul

Commons Validator Issue with Collections

2008-04-08 Thread Ghaznavi, Syed
It's a question regarding commons validator api, wherein i am trying to validate an input request form (xml-request) which contains a collection of items...like 222 04/04/2004 223 04/04/2004 What would be the valid format for the commons-validator form to valid