Thomas Weidner a écrit :
Well... I think that when there is no error by validation $this->_messages is empty...So why should the chain break when there is no failure ?
There are errors by validation when I upload an ascii file:
* The file 'a.txt' has a false mimetype
* The file 'a.txt' has a false extension
This is expected behaviour. Only when there is a validation error all further validations are supressed.
Yes, this what I expect too. Yann
