To validate an element, pass the value to isValid():

<?php
if ($element->isValid($value)) {
    // valid
} else {
    // invalid
}
?>


???


-- 
View this message in context: 
http://www.nabble.com/How-to-validate-just-one-element-of-form--tp16721005p16721066.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to