RE: Grouping same type validators

2014-05-03 Thread Martin Gainty
> Date: Sat, 3 May 2014 23:33:09 +0200 > From: ads...@gmail.com > To: user@struts.apache.org > Subject: Grouping same type validators > > Hello. > > in a middle sized application there may be hundreds of required fields, > and maybe dozens of some other validator type, which are all very > ve

Grouping same type validators

2014-05-03 Thread Antonio Sánchez
Hello. in a middle sized application there may be hundreds of required fields, and maybe dozens of some other validator type, which are all very verbose to define. For instance: guess a big form with many required fields: person.firstName First name is required.