diff --git a/src/asciidoc/web-view.adoc b/src/asciidoc/web-view.adoc index 637990f8f2..f200e5a4d8 100644 --- a/src/asciidoc/web-view.adoc +++ b/src/asciidoc/web-view.adoc @@ -331,7 +331,7 @@ Example code is shown below for the `personFormV`/`personFormF` views configured <@spring.bind "myModelObject.name"/>
+ value="${spring.status.value?html}"/>
<#list spring.status.errorMessages as error> ${error}

...