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 4e0ece6 Automatic Site Publish by Buildbot
4e0ece6 is described below
commit 4e0ece69c304b2c44b8d4c14a9a354adf88e3079
Author: buildbot <[email protected]>
AuthorDate: Wed Jan 20 08:24:46 2021 +0000
Automatic Site Publish by Buildbot
---
output/core-developers/ajax-client-side-validation.html | 10 +++++++---
output/core-developers/client-side-validation.html | 2 +-
.../pure-java-script-client-side-validation.html | 12 ++++++++----
3 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/output/core-developers/ajax-client-side-validation.html
b/output/core-developers/ajax-client-side-validation.html
index 26edf33..9c54b93 100644
--- a/output/core-developers/ajax-client-side-validation.html
+++ b/output/core-developers/ajax-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/ajax-client-side-validation.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+
+ <a href="client-side-validation" title="back to Client Side Validation"><<
back to Client Side Validation</a>
+
<h1 class="no_toc" id="ajax-client-side-validation">AJAX Client Side
Validation</h1>
<ul id="markdown-toc">
@@ -339,8 +341,10 @@ arrive later via AJAX it is necessary to have
error-container elements in DOM al
JSON providing a new URL to load. Otherwise the AJAX response will be empty
and the form must be submitted a 2nd time
but as usual request, not AJAX.</p>
-<p>| Setting <em>validate</em> to <em>true</em> in the <em>form</em> tag will
enable client side, JavaScript validation, which can be used along
- with AJAX validation (runs before the AJAX validation).</p>
+<blockquote>
+ <p>Setting <em>validate</em> to <em>true</em> in the <em>form</em> tag will
enable client side, JavaScript validation, which can be used along
+ with AJAX validation (runs before the AJAX validation).</p>
+</blockquote>
<h3 id="custom-theme">Custom Theme</h3>
diff --git a/output/core-developers/client-side-validation.html
b/output/core-developers/client-side-validation.html
index fbbb8a1..0bc7c98 100644
--- a/output/core-developers/client-side-validation.html
+++ b/output/core-developers/client-side-validation.html
@@ -129,7 +129,7 @@
<section class="col-md-12">
<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>
+ <a href="validation" title="back to Validation"><< back to Validation</a>
<h1 class="no_toc" id="client-side-validation">Client Side Validation</h1>
diff --git
a/output/core-developers/pure-java-script-client-side-validation.html
b/output/core-developers/pure-java-script-client-side-validation.html
index 33522ad..394b339 100644
--- a/output/core-developers/pure-java-script-client-side-validation.html
+++ b/output/core-developers/pure-java-script-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/pure-java-script-client-side-validation.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+
+ <a href="client-side-validation" title="back to Client Side Validation"><<
back to Client Side Validation</a>
+
<h1 class="no_toc" id="pure-javascript-client-side-validation">Pure
JavaScript Client Side Validation</h1>
<ul id="markdown-toc">
@@ -167,9 +169,11 @@ some values will be considered acceptable by the
JavaScript code but will be mar
for properly manipulating the HTML DOM to display the error message inline.
The JavaScript that is responsible for doing
this logic is <code class="highlighter-rouge">validation.js</code> and can be
found in each theme.</p>
-<p>| Errors are reported using the default validation message, not the
internationalized version that the server-side might
- be aware of. This is a known issue. You may want to try the <a
href="ajax-client-side-validation">AJAX Client Side Validation</a>
- for messages that are fully internationalized.</p>
+<blockquote>
+ <p>Errors are reported using the default validation message, not the
internationalized version that the server-side might
+be aware of. This is a known issue. You may want to try the <a
href="ajax-client-side-validation">AJAX Client Side Validation</a>
+for messages that are fully internationalized.</p>
+</blockquote>
<h2 id="additional-validator-support">Additional Validator Support</h2>