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

commit 545b9aaeaa24ecefb6d401a74419a21259f26b3d
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Aug 16 11:41:02 2023 +0000

    Updates stage by Jenkins
---
 .../accessing-application-session-request-objects.html         | 10 +++++++++-
 1 file changed, 9 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 d3f2e7388..a975cbb48 100644
--- a/content/core-developers/accessing-application-session-request-objects.html
+++ b/content/core-developers/accessing-application-session-request-objects.html
@@ -131,7 +131,15 @@
     
     <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     
-    <h1 id="accessing-application-session-request-objects">Accessing 
application, session, request objects</h1>
+    <h1 class="no_toc" 
id="accessing-application-session-request-objects">Accessing application, 
session, request objects</h1>
+
+<ul id="markdown-toc">
+  <li><a href="#accessing-from-java" 
id="markdown-toc-accessing-from-java">Accessing from Java</a>    <ul>
+      <li><a href="#avoid-using-actioncontext" 
id="markdown-toc-avoid-using-actioncontext">Avoid using ActionContext</a></li>
+    </ul>
+  </li>
+  <li><a href="#accessing-from-the-view-jsp-freemarker-etc" 
id="markdown-toc-accessing-from-the-view-jsp-freemarker-etc">Accessing from the 
view (JSP, FreeMarker, etc.)</a></li>
+</ul>
 
 <p>The framework provides several access helpers to access Request, Session, 
Application scopes.
 See <a href="servlet-config-interceptor">Servlet Config Interceptor</a> page 
to find all the supported interfaces.</p>

Reply via email to