Hi,
I check data in function saveEditTab() and want to show an errormessage if some data is not valid.
I tried several things but nothing worked.
Can you give me a hint?
this wont work
$_PLUGINS->_setErrorMSG($error);
return false;
$this->_setErrorMSG($error);
return false;