Hello,
I'm trying to add error message into form by calling $form->getMessages()->appendMessage(new \Phalcon\Validation\Message("Custom error"));
, but when in view i'm trying to recieve messages count($form->getMessages())
i get empty list.
Is it a bug or there is some other way to add messages into form?