--- incubator/library/Zend/Form/Element/Password.php (revision 8006) +++ incubator/library/Zend/Form/Element/Password.php (working copy) @@ -49,6 +49,7 @@ */ public function getMessages() { + $value = '' foreach ($this->getValidators() as $validator) { $value = $validator->value; break;