hi dave, you can use @NotEquals of myfaces extval. maybe you will be also interested in @DateIs, if the dates have to be in a special order.
regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2009/11/23 laredotornado <[email protected]> > > Hi, > > I'm using MyFaces 1.1.6 with Tomahawk 1.1.9. I have 3 text fields, each > representing a date string, on my JSF page. I want to validate that each > is > unique. Right now, I have this logic in my controller, but I would like > the > errors to display along side other validation errors in my page. How > should > I go about making this happen -- that is, getting the errors to appear > during the validation phase of my page? > > - Dave > -- > View this message in context: > http://old.nabble.com/How-do-I-validate-a-group-of-fields--tp26479639p26479639.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

