This is an automated email from the ASF dual-hosted git repository. amashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit da53672bd93c769c6dda67aefc3f014238a40315 Author: Aleksandr Mashchenko <amashche...@apache.org> AuthorDate: Tue Mar 13 19:01:13 2018 +0200 fix themes links --- source/tag-developers/ajax-common-header.md | 6 +++--- source/tag-developers/form-tag.md | 2 +- source/tag-developers/submit-tag.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/tag-developers/ajax-common-header.md b/source/tag-developers/ajax-common-header.md index b65ec6c..ed983de 100644 --- a/source/tag-developers/ajax-common-header.md +++ b/source/tag-developers/ajax-common-header.md @@ -7530,7 +7530,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. | @@ -14712,7 +14712,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} @@ -23996,7 +23996,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](#PAGE_14201) tag in the [ajax theme](ajax-theme.html). Please read up on the [ajax theme](ajax-theme.html) for more information. | diff --git a/source/tag-developers/form-tag.md b/source/tag-developers/form-tag.md index 7996ce0..9ae7796 100644 --- a/source/tag-developers/form-tag.md +++ b/source/tag-developers/form-tag.md @@ -1016,4 +1016,4 @@ __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. diff --git a/source/tag-developers/submit-tag.md b/source/tag-developers/submit-tag.md index 2ee1be3..eb71673 100644 --- a/source/tag-developers/submit-tag.md +++ b/source/tag-developers/submit-tag.md @@ -34,7 +34,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](#PAGE_14201) tag in the [ajax theme](ajax-theme.html). Please read up on the [ajax theme](ajax-theme.html) for more information. | -- To stop receiving notification emails like this one, please contact amashche...@apache.org.