Hello
On module tab navigation, how to set up error messages on the fly?
Exemple:
We have the opensrs module, wen there is an error conecting or getting any data, for exemple we want to display the error message and it dosent display wen navigating on the TABS
On the outher hand we have sucessful add the error message wen POST the form like so:
$errors[] = "my error message";
$this->Input->setErrors(array('errors' => $errors));
but dont work wen loading TABS only POST/Modifying the module options
Thanks in advance for any help