Report abuse


			
public function validate(AgaviRequestDataHolder $rd)
{
   //here i have error from xml validator
   //$this->container->getValidationManager()->hasErrors(); returns true
   $this->container->getValidationManager()->clear();
   //$this->container->getValidationManager()->hasErrors(); returns false
   return true;  
}
//and im still going to error view