This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 99cdcfd Updates stage by Jenkins
99cdcfd is described below
commit 99cdcfd442d14f163f5484981dedfca496d06a13
Author: jenkins <[email protected]>
AuthorDate: Sun Feb 23 15:22:15 2020 +0000
Updates stage by Jenkins
---
content/tag-developers/access-to-valuestack-from-jsps.html | 4 +++-
content/tag-developers/ajax-a-template.html | 8 +++++++-
content/tag-developers/ajax-and-javascript-recipes.html | 8 ++++++--
content/tag-developers/ajax-div-template.html | 4 +++-
content/tag-developers/ajax-event-system.html | 6 ++++++
content/tag-developers/ajax-head-template.html | 6 ++++++
content/tag-developers/ajax-tags.html | 6 +++++-
content/tag-developers/ajax-theme.html | 2 +-
content/tag-developers/alt-syntax.html | 2 ++
.../tag-developers/cewolf-charts-using-velocity-templates.html | 2 ++
content/tag-developers/dojo-a-tag.html | 6 ++++++
content/tag-developers/dojo-autocompleter-tag.html | 6 ++++++
content/tag-developers/dojo-bind-tag.html | 6 ++++++
content/tag-developers/dojo-datetimepicker-tag.html | 6 ++++++
content/tag-developers/dojo-div-tag.html | 6 ++++++
content/tag-developers/dojo-head-tag.html | 6 ++++++
content/tag-developers/dojo-submit-tag.html | 6 ++++++
content/tag-developers/dojo-tabbedpanel-tag.html | 6 ++++++
content/tag-developers/dojo-textarea-tag.html | 6 ++++++
content/tag-developers/dojo-tree-tag.html | 6 ++++++
content/tag-developers/dojo-treenode-tag.html | 6 ++++++
content/tag-developers/extending-themes.html | 2 ++
content/tag-developers/form-tags.html | 2 ++
content/tag-developers/freemarker-tags.html | 2 ++
content/tag-developers/freemarker.html | 2 ++
content/tag-developers/generic-tags.html | 2 ++
content/tag-developers/jsp-tags.html | 2 ++
content/tag-developers/jsp.html | 2 ++
content/tag-developers/ognl-basics.html | 2 ++
content/tag-developers/ognl-expression-compilation.html | 2 ++
content/tag-developers/ognl.html | 2 ++
content/tag-developers/selecting-template-directory.html | 2 ++
content/tag-developers/selecting-themes.html | 2 ++
content/tag-developers/struts-tags.html | 2 ++
content/tag-developers/tag-reference.html | 2 ++
content/tag-developers/template-loading.html | 2 ++
content/tag-developers/textarea-tag.html | 2 ++
content/tag-developers/themes-and-templates.html | 2 ++
content/tag-developers/ui-tags.html | 2 ++
content/tag-developers/velocity-tags.html | 2 ++
content/tag-developers/velocity.html | 2 ++
41 files changed, 147 insertions(+), 7 deletions(-)
diff --git a/content/tag-developers/access-to-valuestack-from-jsps.html
b/content/tag-developers/access-to-valuestack-from-jsps.html
index f079781..4e5b63a 100644
--- a/content/tag-developers/access-to-valuestack-from-jsps.html
+++ b/content/tag-developers/access-to-valuestack-from-jsps.html
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Language" content="en"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>Tag Developers Guide</title>
+ <title>Access to ValueStack from JSPs</title>
<link
href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic"
rel="stylesheet" type="text/css">
<link
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"
rel="stylesheet">
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/access-to-valuestack-from-jsps.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="access-to-valuestack-from-jsps">Access to ValueStack from JSPs</h1>
<p>To access the ValueStack from third-party JSP taglibs, expose property
values to JSP using the <code class="highlighter-rouge"><s:set/></code>
tag.</p>
diff --git a/content/tag-developers/ajax-a-template.html
b/content/tag-developers/ajax-a-template.html
index c0e71cc..f14b5ae 100644
--- a/content/tag-developers/ajax-a-template.html
+++ b/content/tag-developers/ajax-a-template.html
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Language" content="en"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>Tag Developers Guide</title>
+ <title>Ajax a template</title>
<link
href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic"
rel="stylesheet" type="text/css">
<link
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"
rel="stylesheet">
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/ajax-a-template.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="ajax-a-template">ajax a template</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p>The ajax theme is experimental. Feedback is appreciated.</p>
<p>The ajax a template is used to make asynchronous calls to the server when
the user clicks on the a href link. It is
diff --git a/content/tag-developers/ajax-and-javascript-recipes.html
b/content/tag-developers/ajax-and-javascript-recipes.html
index 8153b5d..8d2b3ec 100644
--- a/content/tag-developers/ajax-and-javascript-recipes.html
+++ b/content/tag-developers/ajax-and-javascript-recipes.html
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Language" content="en"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>Tag Developers Guide</title>
+ <title>Ajax and JavaScript Recipes</title>
<link
href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic"
rel="stylesheet" type="text/css">
<link
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"
rel="stylesheet">
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/ajax-and-javascript-recipes.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="ajax-and-javascript-recipes">Ajax and JavaScript
Recipes</h1>
<ul id="markdown-toc">
@@ -214,7 +216,9 @@
</li>
</ul>
-<p><strong>Dojo plugin is deprecated</strong></p>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
<h2 id="common">Common</h2>
diff --git a/content/tag-developers/ajax-div-template.html
b/content/tag-developers/ajax-div-template.html
index 132bc1b..67390dd 100644
--- a/content/tag-developers/ajax-div-template.html
+++ b/content/tag-developers/ajax-div-template.html
@@ -127,10 +127,12 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/ajax-div-template.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="ajax-div-template">ajax div template</h1>
<blockquote>
- <p>The Ajax theme is experimental. Feedback is appreciated.</p>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
</blockquote>
<p>The ajax <a href="dojo-div-tag.html">div</a> template provides a much more
interesting div rendering option that the other themes
diff --git a/content/tag-developers/ajax-event-system.html
b/content/tag-developers/ajax-event-system.html
index 762d92f..8c2ce28 100644
--- a/content/tag-developers/ajax-event-system.html
+++ b/content/tag-developers/ajax-event-system.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/ajax-event-system.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="ajax-event-system">ajax event system</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p>As you may have seen with the <a href="ajax-div-template.html">ajax div
template</a> and <a href="ajax-a-template.html">ajax a template</a>,
the framework and Dojo provide a nice way to subscribe and notify of topics
from within the browser. A benefit of using
Dojo as the basis of many of these components is being able to loosely couple
UI components. There are two
diff --git a/content/tag-developers/ajax-head-template.html
b/content/tag-developers/ajax-head-template.html
index 564be0e..4c03cca 100644
--- a/content/tag-developers/ajax-head-template.html
+++ b/content/tag-developers/ajax-head-template.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/ajax-head-template.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="ajax-head-template">ajax head template</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p>The ajax <a href="dojo-head-tag.html">head</a> template builds upon the <a
href="head-tag.html">xhtml head template</a> by providing additional
JavaScript includes for the <a href="http://dojotoolkit.org">Dojo Toolkit</a>,
which is used by the <a href="ajax-a-template.html">ajax a template</a>,
<a href="ajax-div-template.html">ajax div template</a>, and the <a
href="">ajax tabbedPanel template</a>. It is required to use this tag,
diff --git a/content/tag-developers/ajax-tags.html
b/content/tag-developers/ajax-tags.html
index c5a0e03..dd6f511 100644
--- a/content/tag-developers/ajax-tags.html
+++ b/content/tag-developers/ajax-tags.html
@@ -127,9 +127,13 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/ajax-tags.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="ajax-tags">Ajax Tags</h1>
-<p><strong>Dojo plugin is deprecated and was removed since Struts
2.5</strong></p>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
<blockquote>
<p><strong>Please</strong> check that documentation and the Dojo tag
examples in the showcase app of the appropriate Struts 2 version
diff --git a/content/tag-developers/ajax-theme.html
b/content/tag-developers/ajax-theme.html
index fc8206e..5b9fc1a 100644
--- a/content/tag-developers/ajax-theme.html
+++ b/content/tag-developers/ajax-theme.html
@@ -132,7 +132,7 @@
<h1 id="ajax-theme">ajax theme</h1>
<blockquote>
- <p>The ajax theme is deprecated!</p>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
</blockquote>
<p>The ajax theme extends the <a href="xhtml-theme.html">xhtml theme</a> with
AJAX features. The theme uses the popular DOJO
diff --git a/content/tag-developers/alt-syntax.html
b/content/tag-developers/alt-syntax.html
index d1b8e4b..2725b56 100644
--- a/content/tag-developers/alt-syntax.html
+++ b/content/tag-developers/alt-syntax.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/alt-syntax.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="alt-syntax">Alt Syntax</h1>
<p>The <em>altSyntax</em> is an option that can be defined in <code
class="highlighter-rouge">struts.xml</code>. By default it is set to true and
it is <strong>strongly</strong>
diff --git a/content/tag-developers/cewolf-charts-using-velocity-templates.html
b/content/tag-developers/cewolf-charts-using-velocity-templates.html
index b5398d1..21adaba 100644
--- a/content/tag-developers/cewolf-charts-using-velocity-templates.html
+++ b/content/tag-developers/cewolf-charts-using-velocity-templates.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/cewolf-charts-using-velocity-templates.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="cewolf-charts-using-velocity-templates">CeWolf charts using
Velocity templates</h1>
<h2 id="setup-cewolf">Setup CeWolf</h2>
diff --git a/content/tag-developers/dojo-a-tag.html
b/content/tag-developers/dojo-a-tag.html
index d487910..a1a822e 100644
--- a/content/tag-developers/dojo-a-tag.html
+++ b/content/tag-developers/dojo-a-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-a-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="dojo-anchor">dojo anchor</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p> <p>
diff --git a/content/tag-developers/dojo-autocompleter-tag.html
b/content/tag-developers/dojo-autocompleter-tag.html
index 6a87f35..2aaab1e 100644
--- a/content/tag-developers/dojo-autocompleter-tag.html
+++ b/content/tag-developers/dojo-autocompleter-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-autocompleter-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="autocompleter">autocompleter</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p> <p>The autocomplete tag is a combobox that can autocomplete text entered
on the input box. If an action
diff --git a/content/tag-developers/dojo-bind-tag.html
b/content/tag-developers/dojo-bind-tag.html
index a80d38a..8c24b4b 100644
--- a/content/tag-developers/dojo-bind-tag.html
+++ b/content/tag-developers/dojo-bind-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-bind-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="bind">bind</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p> <p>
diff --git a/content/tag-developers/dojo-datetimepicker-tag.html
b/content/tag-developers/dojo-datetimepicker-tag.html
index f4a4515..a359bcb 100644
--- a/content/tag-developers/dojo-datetimepicker-tag.html
+++ b/content/tag-developers/dojo-datetimepicker-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-datetimepicker-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="datetimepicker">datetimepicker</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p> <p>
diff --git a/content/tag-developers/dojo-div-tag.html
b/content/tag-developers/dojo-div-tag.html
index cb951b7..6a81d48 100644
--- a/content/tag-developers/dojo-div-tag.html
+++ b/content/tag-developers/dojo-div-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-div-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="dojo-div">dojo div</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p> <p>
diff --git a/content/tag-developers/dojo-head-tag.html
b/content/tag-developers/dojo-head-tag.html
index 30c9a8e..30b26fe 100644
--- a/content/tag-developers/dojo-head-tag.html
+++ b/content/tag-developers/dojo-head-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-head-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="dojo-head">dojo head</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p> The "head" tag renders required JavaScript code to configure Dojo and is
required in order to use
diff --git a/content/tag-developers/dojo-submit-tag.html
b/content/tag-developers/dojo-submit-tag.html
index d504adf..d00dcb8 100644
--- a/content/tag-developers/dojo-submit-tag.html
+++ b/content/tag-developers/dojo-submit-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-submit-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="dojo-submit">dojo submit</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p> Renders a submit button that can submit a form asynchronously.
diff --git a/content/tag-developers/dojo-tabbedpanel-tag.html
b/content/tag-developers/dojo-tabbedpanel-tag.html
index ff5f95f..c9e4fd0 100644
--- a/content/tag-developers/dojo-tabbedpanel-tag.html
+++ b/content/tag-developers/dojo-tabbedpanel-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-tabbedpanel-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="tabbedpanel">tabbedpanel</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p> The tabbedpanel widget is primarily an AJAX component, where each tab can
either be local content or remote
diff --git a/content/tag-developers/dojo-textarea-tag.html
b/content/tag-developers/dojo-textarea-tag.html
index c4afc52..e4a3e02 100644
--- a/content/tag-developers/dojo-textarea-tag.html
+++ b/content/tag-developers/dojo-textarea-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-textarea-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="dojo-textarea">dojo textarea</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p> Render Dojo Editor2 widget
diff --git a/content/tag-developers/dojo-tree-tag.html
b/content/tag-developers/dojo-tree-tag.html
index 6b6ccac..f580ee0 100644
--- a/content/tag-developers/dojo-tree-tag.html
+++ b/content/tag-developers/dojo-tree-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-tree-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="tree">tree</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p>
diff --git a/content/tag-developers/dojo-treenode-tag.html
b/content/tag-developers/dojo-treenode-tag.html
index 97c1bdd..c44f3ac 100644
--- a/content/tag-developers/dojo-treenode-tag.html
+++ b/content/tag-developers/dojo-treenode-tag.html
@@ -127,8 +127,14 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/dojo-treenode-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="treenode">treenode</h1>
+<blockquote>
+ <p>NOTE: Ajax template (Dojo plugin) is deprecated and won’t be supported
any longer.</p>
+</blockquote>
+
<p><strong>Description</strong></p>
<p>
diff --git a/content/tag-developers/extending-themes.html
b/content/tag-developers/extending-themes.html
index 465b8cd..c194024 100644
--- a/content/tag-developers/extending-themes.html
+++ b/content/tag-developers/extending-themes.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/extending-themes.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="extending-themes">Extending Themes</h1>
<ul id="markdown-toc">
diff --git a/content/tag-developers/form-tags.html
b/content/tag-developers/form-tags.html
index 97fd760..d1f5845 100644
--- a/content/tag-developers/form-tags.html
+++ b/content/tag-developers/form-tags.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/form-tags.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="form-tags">Form Tags</h1>
<ul id="markdown-toc">
diff --git a/content/tag-developers/freemarker-tags.html
b/content/tag-developers/freemarker-tags.html
index fa4a35b..2995b2e 100644
--- a/content/tag-developers/freemarker-tags.html
+++ b/content/tag-developers/freemarker-tags.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/freemarker-tags.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="freemarker-tags">FreeMarker Tags</h1>
<ul id="markdown-toc">
diff --git a/content/tag-developers/freemarker.html
b/content/tag-developers/freemarker.html
index 9b0d2b9..824ed0c 100644
--- a/content/tag-developers/freemarker.html
+++ b/content/tag-developers/freemarker.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/freemarker.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="freemarker">FreeMarker</h1>
<ul id="markdown-toc">
diff --git a/content/tag-developers/generic-tags.html
b/content/tag-developers/generic-tags.html
index ec9103b..48b81be 100644
--- a/content/tag-developers/generic-tags.html
+++ b/content/tag-developers/generic-tags.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/generic-tags.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="generic-tags">Generic Tags</h1>
<p>Generic tags are used for controlling the execution flow when the pages
render. These tags also allow for data extraction
diff --git a/content/tag-developers/jsp-tags.html
b/content/tag-developers/jsp-tags.html
index 98687c4..eab3bbd 100644
--- a/content/tag-developers/jsp-tags.html
+++ b/content/tag-developers/jsp-tags.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/jsp-tags.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="jsp-tags">JSP Tags</h1>
<p>JSP tags are extensions of the generic tags provided by the framework. You
can get started almost immediately by simply
diff --git a/content/tag-developers/jsp.html b/content/tag-developers/jsp.html
index 75a8c9c..492157e 100644
--- a/content/tag-developers/jsp.html
+++ b/content/tag-developers/jsp.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/jsp.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="jsp">JSP</h1>
<ul id="markdown-toc">
diff --git a/content/tag-developers/ognl-basics.html
b/content/tag-developers/ognl-basics.html
index 821ccea..6018617 100644
--- a/content/tag-developers/ognl-basics.html
+++ b/content/tag-developers/ognl-basics.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/ognl-basics.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="ognl-basics">OGNL Basics</h1>
<ul id="markdown-toc">
diff --git a/content/tag-developers/ognl-expression-compilation.html
b/content/tag-developers/ognl-expression-compilation.html
index 3157035..a4b6ab0 100644
--- a/content/tag-developers/ognl-expression-compilation.html
+++ b/content/tag-developers/ognl-expression-compilation.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/ognl-expression-compilation.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="ognl-expression-compilation">OGNL Expression
Compilation</h1>
<ul id="markdown-toc">
diff --git a/content/tag-developers/ognl.html b/content/tag-developers/ognl.html
index 8e1de54..e1d74f4 100644
--- a/content/tag-developers/ognl.html
+++ b/content/tag-developers/ognl.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/ognl.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="ognl">OGNL</h1>
<ul id="markdown-toc">
diff --git a/content/tag-developers/selecting-template-directory.html
b/content/tag-developers/selecting-template-directory.html
index c3fa638..151c35e 100644
--- a/content/tag-developers/selecting-template-directory.html
+++ b/content/tag-developers/selecting-template-directory.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/selecting-template-directory.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="selecting-template-directory">Selecting Template Directory</h1>
<p>Template directory can be selected using several different rules, in this
order:</p>
diff --git a/content/tag-developers/selecting-themes.html
b/content/tag-developers/selecting-themes.html
index 3f7d8ee..9247820 100644
--- a/content/tag-developers/selecting-themes.html
+++ b/content/tag-developers/selecting-themes.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/selecting-themes.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="selecting-themes">Selecting Themes</h1>
<p>Themes can be selected using several different rules, in this order:</p>
diff --git a/content/tag-developers/struts-tags.html
b/content/tag-developers/struts-tags.html
index 50577f6..534eb39 100644
--- a/content/tag-developers/struts-tags.html
+++ b/content/tag-developers/struts-tags.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/struts-tags.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="struts-tags">Struts Tags</h1>
<p>The framework provides a tag library decoupled from the view technology. In
this section, we describe each tag in general
diff --git a/content/tag-developers/tag-reference.html
b/content/tag-developers/tag-reference.html
index 7ac11a5..47a27ab 100644
--- a/content/tag-developers/tag-reference.html
+++ b/content/tag-developers/tag-reference.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/tag-reference.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="tag-reference">Tag Reference</h1>
<ul id="markdown-toc">
diff --git a/content/tag-developers/template-loading.html
b/content/tag-developers/template-loading.html
index ba6c793..553b5cd 100644
--- a/content/tag-developers/template-loading.html
+++ b/content/tag-developers/template-loading.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/template-loading.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 class="no_toc" id="template-loading">Template Loading</h1>
<ul id="markdown-toc">
diff --git a/content/tag-developers/textarea-tag.html
b/content/tag-developers/textarea-tag.html
index f2d402a..b6e9792 100644
--- a/content/tag-developers/textarea-tag.html
+++ b/content/tag-developers/textarea-tag.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/textarea-tag.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="textarea">textarea</h1>
<p>Please make sure you have read the <a href="tag-syntax.html">Tag Syntax</a>
document and understand how tag attribute syntax works.</p>
diff --git a/content/tag-developers/themes-and-templates.html
b/content/tag-developers/themes-and-templates.html
index dd1180f..7cf5b29 100644
--- a/content/tag-developers/themes-and-templates.html
+++ b/content/tag-developers/themes-and-templates.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/themes-and-templates.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="themes-and-templates">Themes and Templates</h1>
<p>The notions of “themes” and “templates” are at the core of the HTML <a
href="struts-tags.html">Struts Tags</a> provided by the framework.</p>
diff --git a/content/tag-developers/ui-tags.html
b/content/tag-developers/ui-tags.html
index bca21b9..dea6137 100644
--- a/content/tag-developers/ui-tags.html
+++ b/content/tag-developers/ui-tags.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/ui-tags.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="ui-tags">UI Tags</h1>
<p>Unlike <em>generic tags</em>, UI tags do not provide much control structure
or logic. Rather, they are focused on using data,
diff --git a/content/tag-developers/velocity-tags.html
b/content/tag-developers/velocity-tags.html
index ec9cafa..5033ff3 100644
--- a/content/tag-developers/velocity-tags.html
+++ b/content/tag-developers/velocity-tags.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/velocity-tags.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="velocity-tags">Velocity Tags</h1>
<p>Velocity tags are extensions of the generic <a href="struts-tags">Struts
Tags</a> provided by the framework. You can get jump
diff --git a/content/tag-developers/velocity.html
b/content/tag-developers/velocity.html
index 708937f..df7d5e5 100644
--- a/content/tag-developers/velocity.html
+++ b/content/tag-developers/velocity.html
@@ -127,6 +127,8 @@
<section class="col-md-12">
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/velocity.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a href="index.html" title="back to Tag Developers Guide"><< back to Tag
Developers Guide</a>
+
<h1 id="velocity">Velocity</h1>
<p>Velocity is a templating language for Java.</p>