msg = $this->get('Msg'); // Check for errors. if (count($errors = $this->get('Errors'))) { JError::raiseError(500, implode('
', $errors)); return false; } // Display the view parent::display($tpl); } }