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 10176f6 Updates production by Jenkins 10176f6 is described below commit 10176f6669de1fa2ab6c8f99fe25e6d497e5c2de Author: jenkins <bui...@apache.org> AuthorDate: Tue Mar 13 17:15:48 2018 +0000 Updates production by Jenkins --- content/tag-developers/ajax-common-header.html | 8 ++++---- content/tag-developers/form-tag.html | 2 +- content/tag-developers/form-tags.html | 2 +- content/tag-developers/submit-tag.html | 2 +- content/tag-developers/velocity-tags.html | 4 ++-- content/tag-developers/velocity.html | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/tag-developers/ajax-common-header.html b/content/tag-developers/ajax-common-header.html index de24a70..d738d11 100644 --- a/content/tag-developers/ajax-common-header.html +++ b/content/tag-developers/ajax-common-header.html @@ -7642,7 +7642,7 @@ __Description__ -| While this tag can be used with the [simple theme](#PAGE_14291), [xhtml theme](#PAGE_13834), and others, it is really designed to work best with the [ajax theme](#PAGE_14205). We recommend reading the _ajax div template_ documentation for more details. +| While this tag can be used with the [simple theme](simple-theme.html), [xhtml theme](xhtml-theme.html), and others, it is really designed to work best with the [ajax theme](ajax-theme.html). We recommend reading the _ajax div template_ documentation for more details. | @@ -13804,7 +13804,7 @@ __Examples__ -#####form##### {#PAGE_14201} +#####form##### {form-tag.html} Please make sure you have read the [Tag Syntax](tag-syntax.html) document and understand how tag attribute syntax works. @@ -14817,7 +14817,7 @@ __Examples__ __Validation__ -There are two flavours _Client Side Validation_ , depending on the theme you are using (xhtml, ajax, etc). If you are using the [xhtml theme](#PAGE_13834) or [css_xhtml theme](#PAGE_14215), pure client side validation will be used. If you are using the [ajax theme](#PAGE_14205), a special AJAX-based validation will take place. Read the _Client Side Validation_ docs for more information. +There are two flavours _Client Side Validation_ , depending on the theme you are using (xhtml, ajax, etc). If you are using the [xhtml theme](xhtml-theme.html) or [css_xhtml theme](css-xhtml-theme.html), pure client side validation will be used. If you are using the [ajax theme](ajax-theme.html), a special AJAX-based validation will take place. Read the _Client Side Validation_ docs for more information. #####head##### {#PAGE_13997} @@ -24055,7 +24055,7 @@ __Description__ | -This tag works with all themes, but has special importance when combined with the [form](#PAGE_14201) tag in the [ajax theme](#PAGE_14205). Please read up on the [ajax theme](#PAGE_14205) for more information. +This tag works with all themes, but has special importance when combined with the [form](form-tag.html) tag in the [ajax theme](ajax-theme.html). Please read up on the [ajax theme](ajax-theme.html) for more information. | diff --git a/content/tag-developers/form-tag.html b/content/tag-developers/form-tag.html index ed08ec6..8483b66 100644 --- a/content/tag-developers/form-tag.html +++ b/content/tag-developers/form-tag.html @@ -1130,7 +1130,7 @@ <p><strong>Validation</strong></p> -<p>There are two flavours <em>Client Side Validation</em> , depending on the theme you are using (xhtml, ajax, etc). If you are using the <a href="#PAGE_13834">xhtml theme</a> or <a href="#PAGE_14215">css_xhtml theme</a>, pure client side validation will be used. If you are using the <a href="#PAGE_14205">ajax theme</a>, a special AJAX-based validation will take place. Read the <em>Client Side Validation</em> docs for more information.</p> +<p>There are two flavours <em>Client Side Validation</em> , depending on the theme you are using (xhtml, ajax, etc). If you are using the <a href="xhtml-theme.html">xhtml theme</a> or <a href="css-xhtml-theme.html">css_xhtml theme</a>, pure client side validation will be used. If you are using the <a href="ajax-theme.html">ajax theme</a>, a special AJAX-based validation will take place. Read the <em>Client Side Validation</em> docs for more information.</p> </section> </article> diff --git a/content/tag-developers/form-tags.html b/content/tag-developers/form-tags.html index 435891e..3fcdfbb 100644 --- a/content/tag-developers/form-tags.html +++ b/content/tag-developers/form-tags.html @@ -142,7 +142,7 @@ <p><strong>Form Tag Themes</strong></p> -<p>As explained in <a href="#PAGE_14247">Themes and Templates</a>, the HTML Tags (which includes Form Tags) are all driven by templates. Templates are grouped together to create themes. The framework bundles three themes in the distribution.</p> +<p>As explained in <a href="themes-and-templates.html">Themes and Templates</a>, the HTML Tags (which includes Form Tags) are all driven by templates. Templates are grouped together to create themes. The framework bundles three themes in the distribution.</p> <table> <thead> diff --git a/content/tag-developers/submit-tag.html b/content/tag-developers/submit-tag.html index 3ac0bed..026a8d9 100644 --- a/content/tag-developers/submit-tag.html +++ b/content/tag-developers/submit-tag.html @@ -166,7 +166,7 @@ </tbody> </table> -<p>This tag works with all themes, but has special importance when combined with the <a href="#PAGE_14201">form</a> tag in the <a href="#PAGE_14205">ajax theme</a>. Please read up on the <a href="#PAGE_14205">ajax theme</a> for more information.</p> +<p>This tag works with all themes, but has special importance when combined with the <a href="form-tag.html">form</a> tag in the <a href="ajax-theme.html">ajax theme</a>. Please read up on the <a href="ajax-theme.html">ajax theme</a> for more information.</p> <table> <tbody> diff --git a/content/tag-developers/velocity-tags.html b/content/tag-developers/velocity-tags.html index db9e1fc..ba748fe 100644 --- a/content/tag-developers/velocity-tags.html +++ b/content/tag-developers/velocity-tags.html @@ -129,7 +129,7 @@ <h1 id="velocity-tags">Velocity Tags</h1> -<p>Velocity tags are extensions of the generic <a href="#PAGE_14248">Struts Tags</a> provided by the framework. You can get jump right in just by knowing the structure in which the tags can be accessed: <strong>#s*</strong><strong>tag</strong> <strong>*(…) … #end</strong>, where <strong>tag</strong> is any of the <a href="#PAGE_14248">Struts Tags</a> supported by the framework.</p> +<p>Velocity tags are extensions of the generic <a href="struts-tags.html">Struts Tags</a> provided by the framework. You can get jump right in just by knowing the structure in which the tags can be accessed: <strong>#s*</strong><strong>tag</strong> <strong>*(…) … #end</strong>, where <strong>tag</strong> is any of the <a href="struts-tags.html">Struts Tags</a> supported by the framework.</p> <p>For example, in JSP you might create a form using Struts tags.</p> @@ -158,7 +158,7 @@ <h2 id="block-and-inline-tags">Block and Inline Tags</h2> -<p>Some VM tags require an #end statement while others do not. The inconsistency arises from a limitation in Velocity where tags must declare if they are a <em>block</em> or <em>inline</em> tag up front. As such, by default all tags are <em>inline</em> except for a few key ones, such as the <a href="#PAGE_14201">form</a> tag.</p> +<p>Some VM tags require an #end statement while others do not. The inconsistency arises from a limitation in Velocity where tags must declare if they are a <em>block</em> or <em>inline</em> tag up front. As such, by default all tags are <em>inline</em> except for a few key ones, such as the <a href="form-tag.html">form</a> tag.</p> <h2 id="back-to">Back To:</h2> diff --git a/content/tag-developers/velocity.html b/content/tag-developers/velocity.html index f9ebf76..329a637 100644 --- a/content/tag-developers/velocity.html +++ b/content/tag-developers/velocity.html @@ -142,7 +142,7 @@ </blockquote> <blockquote> - <p>Velocity is similar to <a href="#PAGE_14078">FreeMarker</a>, as both are template languages that can be used outside of a Servlet container. The framework uses FreeMarker internally since it has better error reporting. Developers may also like that FreeMarker supports JSP taglibs. However, both are good alternatives to JSP.</p> + <p>Velocity is similar to <a href="freemarker.html">FreeMarker</a>, as both are template languages that can be used outside of a Servlet container. The framework uses FreeMarker internally since it has better error reporting. Developers may also like that FreeMarker supports JSP taglibs. However, both are good alternatives to JSP.</p> </blockquote> <blockquote> -- To stop receiving notification emails like this one, please contact git-site-r...@apache.org.