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 5da0c8be7 Updates stage by Jenkins
5da0c8be7 is described below

commit 5da0c8be70804e61cc1e0def4f67629d9649ca99
Author: jenkins <[email protected]>
AuthorDate: Fri Oct 17 10:05:55 2025 +0000

    Updates stage by Jenkins
---
 content/core-developers/validation.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content/core-developers/validation.html 
b/content/core-developers/validation.html
index b54f57ce9..0b7daff6e 100644
--- a/content/core-developers/validation.html
+++ b/content/core-developers/validation.html
@@ -316,6 +316,8 @@ XWork searches up the inheritance tree of the action to 
find default
 validations for parent classes of the Action and interfaces implemented</li>
 </ol>
 
+<p><strong>Note on “Action Alias”:</strong> In this context, “action alias” 
refers to the action name specified in the <code class="language-plaintext 
highlighter-rouge">name</code> attribute of the <code class="language-plaintext 
highlighter-rouge">&lt;action&gt;</code> element in your Struts configuration 
(e.g., <code class="language-plaintext highlighter-rouge">struts.xml</code>). 
For example, if you have <code class="language-plaintext 
highlighter-rouge">&lt;action name="editUser" cl [...]
+
 <h3 id="validation-files-for-actions-with-slashes">Validation Files for 
Actions with Slashes</h3>
 
 <p>When using action names with slashes (enabled via <code 
class="language-plaintext 
highlighter-rouge">struts.enable.SlashesInActionNames</code>), the validation 
file naming follows a special rule: <strong>slashes in the action alias are 
replaced with hyphens</strong>.</p>

Reply via email to