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 6dfb18f  Automatic Site Publish by Buildbot
6dfb18f is described below

commit 6dfb18f533788a89804dc4c869e951e33316fb2f
Author: buildbot <us...@infra.apache.org>
AuthorDate: Sun Oct 4 08:54:28 2020 +0000

    Automatic Site Publish by Buildbot
---
 output/core-developers/basic-validation.html              | 8 +++++---
 output/core-developers/client-side-validation.html        | 4 +++-
 output/core-developers/conditionalvisitor-validator.html  | 4 +++-
 output/core-developers/conversion-validator.html          | 4 +++-
 output/core-developers/date-validator.html                | 4 +++-
 output/core-developers/double-validator.html              | 4 +++-
 output/core-developers/email-validator.html               | 4 +++-
 output/core-developers/expression-validator.html          | 4 +++-
 output/core-developers/fieldexpression-validator.html     | 4 +++-
 output/core-developers/int-validator.html                 | 4 +++-
 output/core-developers/regex-validator.html               | 4 +++-
 output/core-developers/required-validator.html            | 4 +++-
 output/core-developers/requiredstring-validator.html      | 4 +++-
 output/core-developers/short-validator.html               | 4 +++-
 output/core-developers/stringlength-validator.html        | 4 +++-
 output/core-developers/url-validator.html                 | 4 +++-
 output/core-developers/using-field-validators.html        | 4 +++-
 output/core-developers/using-visitor-field-validator.html | 4 +++-
 output/core-developers/visitor-validator.html             | 4 +++-
 19 files changed, 59 insertions(+), 21 deletions(-)

diff --git a/output/core-developers/basic-validation.html 
b/output/core-developers/basic-validation.html
index 734472e..bfa26dd 100644
--- a/output/core-developers/basic-validation.html
+++ b/output/core-developers/basic-validation.html
@@ -127,10 +127,14 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/basic-validation.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="basic-validation">Basic Validation</h1>
 
+<p>Let’s configure a basic validation workflow, step by step.</p>
+
 <ul id="markdown-toc">
   <li><a href="#step-1" id="markdown-toc-step-1">Step 1</a></li>
   <li><a href="#step-2" id="markdown-toc-step-2">Step 2</a></li>
@@ -138,8 +142,6 @@
   <li><a href="#step-4" id="markdown-toc-step-4">Step 4</a></li>
 </ul>
 
-<p>Let’s configure a basic validation workflow, step by step.</p>
-
 <h2 id="step-1">Step 1</h2>
 
 <p>Create the input form.</p>
diff --git a/output/core-developers/client-side-validation.html 
b/output/core-developers/client-side-validation.html
index 93c4312..7cfdafc 100644
--- a/output/core-developers/client-side-validation.html
+++ b/output/core-developers/client-side-validation.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/client-side-validation.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="client-side-validation">Client Side Validation</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/conditionalvisitor-validator.html 
b/output/core-developers/conditionalvisitor-validator.html
index 1fe56a2..2a3ed6f 100644
--- a/output/core-developers/conditionalvisitor-validator.html
+++ b/output/core-developers/conditionalvisitor-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/conditionalvisitor-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="conditionalvisitor-validator">conditionalvisitor 
validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/conversion-validator.html 
b/output/core-developers/conversion-validator.html
index b708bd3..13726d1 100644
--- a/output/core-developers/conversion-validator.html
+++ b/output/core-developers/conversion-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/conversion-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="conversion-validator">conversion validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/date-validator.html 
b/output/core-developers/date-validator.html
index 64ac2dc..5e6d12b 100644
--- a/output/core-developers/date-validator.html
+++ b/output/core-developers/date-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/date-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="date-validator">date validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/double-validator.html 
b/output/core-developers/double-validator.html
index 6e319c9..19ee150 100644
--- a/output/core-developers/double-validator.html
+++ b/output/core-developers/double-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/double-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="double-validator">double validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/email-validator.html 
b/output/core-developers/email-validator.html
index 742f262..455b18f 100644
--- a/output/core-developers/email-validator.html
+++ b/output/core-developers/email-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/email-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="email-validator">email validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/expression-validator.html 
b/output/core-developers/expression-validator.html
index e2e2ed1..234f851 100644
--- a/output/core-developers/expression-validator.html
+++ b/output/core-developers/expression-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/expression-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="expression-validator">expression validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/fieldexpression-validator.html 
b/output/core-developers/fieldexpression-validator.html
index 3f77991..1bf7012 100644
--- a/output/core-developers/fieldexpression-validator.html
+++ b/output/core-developers/fieldexpression-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/fieldexpression-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="fieldexpression-validator">fieldexpression 
validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/int-validator.html 
b/output/core-developers/int-validator.html
index cbd7b5b..3e314d5 100644
--- a/output/core-developers/int-validator.html
+++ b/output/core-developers/int-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/int-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="int-validator">int validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/regex-validator.html 
b/output/core-developers/regex-validator.html
index a3a7d6b..7c92add 100644
--- a/output/core-developers/regex-validator.html
+++ b/output/core-developers/regex-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/regex-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="regex-validator">regex validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/required-validator.html 
b/output/core-developers/required-validator.html
index bddf05a..12ea3b0 100644
--- a/output/core-developers/required-validator.html
+++ b/output/core-developers/required-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/required-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="required-validator">required validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/requiredstring-validator.html 
b/output/core-developers/requiredstring-validator.html
index 38b2927..24580b0 100644
--- a/output/core-developers/requiredstring-validator.html
+++ b/output/core-developers/requiredstring-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/requiredstring-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="requiredstring-validator">requiredstring 
validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/short-validator.html 
b/output/core-developers/short-validator.html
index f269108..84ee44f 100644
--- a/output/core-developers/short-validator.html
+++ b/output/core-developers/short-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/short-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="short-validator">short validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/stringlength-validator.html 
b/output/core-developers/stringlength-validator.html
index 48ac93c..a2c8129 100644
--- a/output/core-developers/stringlength-validator.html
+++ b/output/core-developers/stringlength-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/stringlength-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="stringlength-validator">stringlength validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/url-validator.html 
b/output/core-developers/url-validator.html
index 67b1052..26ee9b8 100644
--- a/output/core-developers/url-validator.html
+++ b/output/core-developers/url-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/url-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="url-validator">url validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/using-field-validators.html 
b/output/core-developers/using-field-validators.html
index 6146af8..670e6c2 100644
--- a/output/core-developers/using-field-validators.html
+++ b/output/core-developers/using-field-validators.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/using-field-validators.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="using-field-validators">Using Field Validators</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/using-visitor-field-validator.html 
b/output/core-developers/using-visitor-field-validator.html
index ba7ee3b..d1a5cc0 100644
--- a/output/core-developers/using-visitor-field-validator.html
+++ b/output/core-developers/using-visitor-field-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/using-visitor-field-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="using-visitor-field-validator">Using Visitor Field 
Validator</h1>
 
 <ul id="markdown-toc">
diff --git a/output/core-developers/visitor-validator.html 
b/output/core-developers/visitor-validator.html
index 747db86..9435d8b 100644
--- a/output/core-developers/visitor-validator.html
+++ b/output/core-developers/visitor-validator.html
@@ -127,8 +127,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/visitor-validator.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="validation.html" title="back to Validation"><< back to 
Validation</a>
+    
     <h1 class="no_toc" id="visitor-validator">visitor validator</h1>
 
 <ul id="markdown-toc">

Reply via email to