This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new 8d5a779 Updates production by Jenkins 8d5a779 is described below commit 8d5a779855d617a49ba40f3febf88a36332ea996 Author: jenkins <bui...@apache.org> AuthorDate: Tue Mar 13 05:15:51 2018 +0000 Updates production by Jenkins --- content/core-developers/validation.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/core-developers/validation.html b/content/core-developers/validation.html index 33a8d60..4250408 100644 --- a/content/core-developers/validation.html +++ b/content/core-developers/validation.html @@ -133,6 +133,7 @@ <ul id="markdown-toc"> <li><a href="#using-annotations" id="markdown-toc-using-annotations">Using Annotations</a></li> + <li><a href="#bean-validation" id="markdown-toc-bean-validation">Bean Validation</a></li> <li><a href="#examples" id="markdown-toc-examples">Examples</a></li> <li><a href="#bundled-validators" id="markdown-toc-bundled-validators">Bundled Validators</a></li> <li><a href="#registering-validators" id="markdown-toc-registering-validators">Registering Validators</a></li> @@ -163,9 +164,9 @@ for the action.</p> <h2 id="using-annotations">Using Annotations</h2> -<p><a href="validation-annotation.html">Annotations</a> can be used as an alternative to XML for validation. - -## Bean Validation</p> +<p><a href="validation-annotation.html">Annotations</a> can be used as an alternative to XML for validation.</p> + +<h2 id="bean-validation">Bean Validation</h2> <p>With struts 2.5 comes the Bean Validation Plugin. That is an alternative to the classic struts validation described here. See the <a href="../plugins/">Plugin Page</a> for details.</p> -- To stop receiving notification emails like this one, please contact git-site-r...@apache.org.