Re: asynchronous validation

2006-10-25 Thread Michael Radziej
Hey Malcolm, thanks for your help! Malcolm Tredinnick: > There is no signal dispatched in the manipulators, so your best bet > would be to replace the get_validation_errors() method in the > Manipulator class with your own method that calls the original method > and then sends off any signal or

Re: asynchronous validation

2006-10-24 Thread Malcolm Tredinnick
On Mon, 2006-10-23 at 17:38 +0200, Michael Radziej wrote: > Hi, > > I grew myself a way to output warnings in a similar way as > validations work, and I also use this to check domain names, > giving an error when the name does not resolve (this is work for > an ISP ...) For the purpose of this

asynchronous validation

2006-10-23 Thread Michael Radziej
Hi, I grew myself a way to output warnings in a similar way as validations work, and I also use this to check domain names, giving an error when the name does not resolve (this is work for an ISP ...) For the purpose of this email, you can just consider these warnings the same as normal valid