Sorry, but I still think that you are using an outdated revision.
Trunk revision works. I tested it myself yesterday.
Please keep in mind that this component is actually under development and
things change very fast.
So it could be that a failure from a week before is already solved, or I
notice something no one has got until now and I fix it without any note or
issue.
Greetings
Thomas Weidner, I18N Team Leader, Zend Framework
http://www.thomasweidner.com
----- Original Message -----
From: "Yann Thomas-Gérard" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, September 25, 2008 9:57 AM
Subject: Re: [fw-general] Breakchain on Zend_Form_Element_File fail
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