This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/mailreader2/commons-beanutils-commons-beanutils-1.11.0
in repository https://gitbox.apache.org/repos/asf/struts-examples.git
at c1b6bc3 Build(deps): Bump commons-beanutils:commons-beanutils in
/mailreader2
No new revisions were added by this update.
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/parent/commons-beanutils-commons-beanutils-1.11.0
in repository https://gitbox.apache.org/repos/asf/struts.git
at 157a73d7b Bump commons-beanutils:commons-beanutils from 1.9.4 to
1.11.0 in /parent
No new revisions were added by this update.
This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch fix/parameters-to-attributes
in repository https://gitbox.apache.org/repos/asf/struts-site.git
at 01273e08b Replaces parameters with attributes
No new revisions were added by this update.
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 53d204341 Updates stage by Jenkins
53d204341 is described below
commit 53d204341e8f72adf814a9250828171de6aa64f3
Author: jenkins
AuthorDate: Thu May 29 05:28:59 2025 +
Updates stage by Jenkins
---
.../ajax-client-side-validation.html | 58 +++---
content/getting-started/themes.html| 6 +--
content/plugins/json/json-ajax-validation.html | 58 +++---
content/tag-developers/ajax-theme.html | 10 ++--
content/tag-developers/extending-themes.html | 18 ---
content/tag-developers/form-tags.html | 8 +--
content/tag-developers/freemarker-tags.html| 16 +++---
content/tag-developers/freemarker.html | 6 +--
content/tag-developers/xhtml-theme.html| 2 +-
9 files changed, 95 insertions(+), 87 deletions(-)
diff --git a/content/core-developers/ajax-client-side-validation.html
b/content/core-developers/ajax-client-side-validation.html
index 6d69eae62..0ecf78c2b 100644
--- a/content/core-developers/ajax-client-side-validation.html
+++ b/content/core-developers/ajax-client-side-validation.html
@@ -381,22 +381,22 @@ but as usual request, not AJAX.
Make sure element is always present. To be filled later via
JS.
-->
<#rt/>
<#if hasFieldErrors>
-<#list fieldErrors[parameters.name] as error>
+<#list fieldErrors[attributes.name] as error>
${error?html}
<#t/>
#list>
#if>
@@ -429,22 +429,22 @@ but as usual request, not AJAX.
<#--
Always include elements to show errors. They may be filled later
via AJAX.
-->
-<#assign hasFieldErrors = parameters.name?? && fieldErrors??
&& fieldErrors[parameters.name]??/>
-<#if (parameters.errorposition!"top") == 'top'>
-
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 e84881ab8 Automatic Site Publish by Buildbot
e84881ab8 is described below
commit e84881ab86f408be69df3f227e240f3dc8c21442
Author: buildbot
AuthorDate: Thu May 29 05:59:53 2025 +
Automatic Site Publish by Buildbot
---
.../ajax-client-side-validation.html | 58 +++---
output/getting-started/themes.html | 6 +--
output/plugins/json/json-ajax-validation.html | 58 +++---
output/tag-developers/ajax-theme.html | 10 ++--
output/tag-developers/extending-themes.html| 18 ---
output/tag-developers/form-tags.html | 8 +--
output/tag-developers/freemarker-tags.html | 16 +++---
output/tag-developers/freemarker.html | 6 +--
output/tag-developers/xhtml-theme.html | 2 +-
9 files changed, 95 insertions(+), 87 deletions(-)
diff --git a/output/core-developers/ajax-client-side-validation.html
b/output/core-developers/ajax-client-side-validation.html
index 6d69eae62..0ecf78c2b 100644
--- a/output/core-developers/ajax-client-side-validation.html
+++ b/output/core-developers/ajax-client-side-validation.html
@@ -381,22 +381,22 @@ but as usual request, not AJAX.
Make sure element is always present. To be filled later via
JS.
-->
<#rt/>
<#if hasFieldErrors>
-<#list fieldErrors[parameters.name] as error>
+<#list fieldErrors[attributes.name] as error>
${error?html}
<#t/>
#list>
#if>
@@ -429,22 +429,22 @@ but as usual request, not AJAX.
<#--
Always include elements to show errors. They may be filled later
via AJAX.
-->
-<#assign hasFieldErrors = parameters.name?? && fieldErrors??
&& fieldErrors[parameters.name]??/>
-<#if (parameters.errorposition!"top") == 'top'>
-
This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch fix/parameters-to-attributes
in repository https://gitbox.apache.org/repos/asf/struts-site.git
was 01273e08b Replaces parameters with attributes
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.