This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 d16f33e1b Updates stage by Jenkins
d16f33e1b is described below
commit d16f33e1b1ad1f5999014ed8677a8dc3f51b8ba1
Author: jenkins <[email protected]>
AuthorDate: Wed Jul 1 05:27:28 2026 +0000
Updates stage by Jenkins
---
content/core-developers/struts-parameter-annotation.html | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/content/core-developers/struts-parameter-annotation.html
b/content/core-developers/struts-parameter-annotation.html
index 66d24905e..7851c8912 100644
--- a/content/core-developers/struts-parameter-annotation.html
+++ b/content/core-developers/struts-parameter-annotation.html
@@ -152,7 +152,20 @@
<a href="annotations" title="back to Annotations"><< back to
Annotations</a>
- <h1 id="strutsparameter-annotation">StrutsParameter Annotation</h1>
+ <h1 class="no_toc" id="strutsparameter-annotation">StrutsParameter
Annotation</h1>
+
+<ul id="markdown-toc">
+ <li><a href="#where-authorization-applies"
id="markdown-toc-where-authorization-applies">Where authorization
applies</a></li>
+ <li><a href="#usage" id="markdown-toc-usage">Usage</a></li>
+ <li><a href="#understanding-the-depth-parameter"
id="markdown-toc-understanding-the-depth-parameter">Understanding the <code
class="language-plaintext highlighter-rouge">depth</code> parameter</a></li>
+ <li><a href="#examples" id="markdown-toc-examples">Examples</a> <ul>
+ <li><a href="#simple-field" id="markdown-toc-simple-field">Simple
field</a></li>
+ <li><a href="#checkbox" id="markdown-toc-checkbox">Checkbox</a></li>
+ <li><a href="#collections"
id="markdown-toc-collections">Collections</a></li>
+ <li><a href="#complex-object" id="markdown-toc-complex-object">Complex
object</a></li>
+ </ul>
+ </li>
+</ul>
<p><code class="language-plaintext highlighter-rouge">@StrutsParameter</code>
is a security annotation that marks which fields and methods in your Action
class can receive values from user requests.</p>