TASK: Add output of flash messages to docs

This commit is contained in:
Daniel Siepmann 2018-11-05 09:37:10 +01:00
parent 6223616d15
commit 0c41f688cf
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -165,6 +165,13 @@ This is also just one line within a controller::
'Update successfully'
);
Adding alone would not work, so we have to display thus messages. This is done within
the View with an ViewHelper:
.. code-block:: html
<f:flashMessages />
Validation
----------