Re: proposal for a new ValidationError

2006-06-06 Thread Gary Wilson
Bill de hÓra wrote: > Gary Wilson wrote: > > What do you think about adding a ValidationError similar to > > CriticalValidationError but one that would stop further evaluation of > > _all_ validators in the manipulator instead of just the remaining > > validators for the current form field being p

Re: proposal for a new ValidationError

2006-06-03 Thread Bill de hÓra
Gary Wilson wrote: > What do you think about adding a ValidationError similar to > CriticalValidationError but one that would stop further evaluation of > _all_ validators in the manipulator instead of just the remaining > validators for the current form field being processed? It's not an error,

Re: proposal for a new ValidationError

2006-06-02 Thread Michael Radziej
James Bennett wrote: > On 6/2/06, Gary Wilson <[EMAIL PROTECTED]> wrote: >> One issue would be what to name this >> more-critical-than-CriticalValidationError validation error. > > FatalValidationError. HeartAttack ;-) Michael --~--~-~--~~~---~--~~ You recei

Re: proposal for a new ValidationError

2006-06-02 Thread James Bennett
On 6/2/06, Gary Wilson <[EMAIL PROTECTED]> wrote: > One issue would be what to name this > more-critical-than-CriticalValidationError validation error. FatalValidationError. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~-~--~~---

proposal for a new ValidationError

2006-06-02 Thread Gary Wilson
What do you think about adding a ValidationError similar to CriticalValidationError but one that would stop further evaluation of _all_ validators in the manipulator instead of just the remaining validators for the current form field being processed? For example, I have a simple login form with u