Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Accessing servletcontext attributes using JSTL
03-14-2009, 01:54 AM
Post: #1
Accessing servletcontext attributes using JSTL
How do I access context attributes using JSTL?
Find all posts by this user
Quote this message in a reply
03-16-2009, 03:32 PM
Post: #2
RE: Accessing servletcontext attributes using JSTL
You can use ${applicationScope.attributeName}

Eg: if you want to access a context variable with name adminEmail use

${applicationScope.adminEmail}
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Reading session attributes using JSTL reena 3 5,030 08-24-2008 12:41 AM
Last Post: reena

Forum Jump: