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 3b462cfe3 Updates stage by Jenkins 3b462cfe3 is described below commit 3b462cfe3cee3c805333496d98967c2493419cf0 Author: jenkins <bui...@apache.org> AuthorDate: Sun Mar 24 20:48:29 2024 +0000 Updates stage by Jenkins --- content/core-developers/action-file-upload-interceptor.html | 2 ++ content/core-developers/file-upload-interceptor.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/core-developers/action-file-upload-interceptor.html b/content/core-developers/action-file-upload-interceptor.html index b1f048d09..74cefb55b 100644 --- a/content/core-developers/action-file-upload-interceptor.html +++ b/content/core-developers/action-file-upload-interceptor.html @@ -200,6 +200,8 @@ and which are not.</p> <h2 id="examples">Examples</h2> +<p>See <a href="action-file-upload">this page</a> for more examples and advanced configuration.</p> + <p><strong>Example action mapping:</strong></p> <div class="language-xml highlighter-rouge"><div class="highlight"><pre class="highlight"><code> <span class="nt"><action</span> <span class="na">name=</span><span class="s">"doUpload"</span> <span class="na">class=</span><span class="s">"com.example.UploadAction"</span><span class="nt">></span> diff --git a/content/core-developers/file-upload-interceptor.html b/content/core-developers/file-upload-interceptor.html index 5986154e4..f7f65df88 100644 --- a/content/core-developers/file-upload-interceptor.html +++ b/content/core-developers/file-upload-interceptor.html @@ -208,6 +208,8 @@ and which are not.</p> <h2 id="examples">Examples</h2> +<p>See <a href="file-upload">this page</a> for more examples and advanced configuration.</p> + <p><strong>Example action mapping:</strong></p> <div class="language-xml highlighter-rouge"><div class="highlight"><pre class="highlight"><code> <span class="nt"><action</span> <span class="na">name=</span><span class="s">"doUpload"</span> <span class="na">class=</span><span class="s">"com.example.UploadAction"</span><span class="nt">></span>