Re: modifying the List of error messages in ValidationTracker

2011-09-24 Thread Steve Eynon
Yep, clear() on the default implementation of the ValidationTracker does clear all state held. As ValidationTracker is an interface you could write your own implementation and set it on the form using the tracker parameter. On 23 September 2011 22:02, Ray Nicholus wrote: > I'm trying to figur

modifying the List of error messages in ValidationTracker

2011-09-23 Thread Ray Nicholus
I'm trying to figure out a way to clear the list of error messages in ValidationTracker without also clearing the state of the field tracker. I am attempting to create an aggregate of error messages for fields with the same name in the ValidationTracker. So far, I'm not seeing a way to accomplish