Re: Uniqueness validation in custom manipulator

2005-11-13 Thread Maniac
Adrian Holovaty wrote: The automatic manipulators set validator_list automatically, to some automatic validation functions, but if you want to do things like checking for uniqueness, you'll have to write the validator function yourself. Understood... The idea was that declaring a field with

Re: Uniqueness validation in custom manipulator

2005-11-13 Thread Adrian Holovaty
On 11/13/05, Maniac <[EMAIL PROTECTED]> wrote: > Automatic manipulators (ChangeManipulator, AddManipulator) have all > these nice things like uniqueness validation for fields that was > declared unique in a model. I'd like to use all this goodness in a > custom manipulator. Is it possible? Hey Ma

Uniqueness validation in custom manipulator

2005-11-13 Thread Maniac
Hi! Automatic manipulators (ChangeManipulator, AddManipulator) have all these nice things like uniqueness validation for fields that was declared unique in a model. I'd like to use all this goodness in a custom manipulator. Is it possible?