OK. I am stupid. It is eazy. Now its working.

$t1 = $this->_request->getPost('selecopt1');
$t2 = $this->_request->getPost('text_in1');

$test=array("selecopt1"=>"$t1","text_in1"=>"$t2");
...
...
if($form->isValidPartial($test))
{ //do something


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

Reply via email to