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

commit e3b9ba19b69bde256602b725eb3411db3a3dd57e
Author: jenkins <bui...@apache.org>
AuthorDate: Tue Oct 31 14:39:31 2023 +0000

    Updates stage by Jenkins
---
 .../core-developers/accessing-application-session-request-objects.html  | 2 +-
 content/tag-developers/access-to-valuestack-from-jsps.html              | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/content/core-developers/accessing-application-session-request-objects.html 
b/content/core-developers/accessing-application-session-request-objects.html
index 2432982da..e9d8eb350 100644
--- a/content/core-developers/accessing-application-session-request-objects.html
+++ b/content/core-developers/accessing-application-session-request-objects.html
@@ -227,7 +227,7 @@ doesn’t exist, it will search the <code 
class="language-plaintext highlighter-
 </code></pre></div></div>
 
 <p><strong>Note</strong>: <code class="language-plaintext 
highlighter-rouge">#attr</code> is for Page scope attributes first, but will 
search the remaining scopes, in order, seeking a match.
-In opposite using just <code class="language-plaintext 
highlighter-rouge">#</code> means you want to fetch a value from the top of the 
<a href="../tag-developers/access-to-valuestack-from-jsps.md">ValueStack</a> 
+In opposite using just <code class="language-plaintext 
highlighter-rouge">#</code> means you want to fetch a value from the top of the 
<a href="../tag-developers/access-to-valuestack-from-jsps">ValueStack</a> 
 without searching down the stack.</p>
 
   </section>
diff --git a/content/tag-developers/access-to-valuestack-from-jsps.html 
b/content/tag-developers/access-to-valuestack-from-jsps.html
index 8a9ff199c..f2789e298 100644
--- a/content/tag-developers/access-to-valuestack-from-jsps.html
+++ b/content/tag-developers/access-to-valuestack-from-jsps.html
@@ -147,6 +147,8 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/tag-developers/access-to-valuestack-from-jsps.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
+    <a href="jsp" title="back to JSP"><< back to JSP</a>
+    
     <h1 id="access-to-valuestack-from-jsps">Access to ValueStack from JSPs</h1>
 
 <p>To access the ValueStack from third-party JSP taglibs, expose property 
values to JSP using the <code class="language-plaintext 
highlighter-rouge">&lt;s:set/&gt;</code> tag.</p>

Reply via email to