Hello, When I use in my action the code below, the message is not displayed, can anyone help me solve?
$ this-> flashSession-> success ('Message sent successfully!');
$ this-> view-> setRenderLevel (View :: LEVEL_ACTION_VIEW);
$ this-> view-> render ('contact', 'send');
tks.