diff --git a/Documentation/source/UpdatingRecords.rst b/Documentation/source/UpdatingRecords.rst index a7114f2..cfc4d67 100644 --- a/Documentation/source/UpdatingRecords.rst +++ b/Documentation/source/UpdatingRecords.rst @@ -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 + + + Validation ----------