Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
Struts
session in struts2
deep rai
Ranch Hand
Posts: 56
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i came across a login example in apache website can please explain me what this means
#session.login
thank you
Joe Ess
Bartender
Posts: 9626
16
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Struts
uses
OGNL
to identify resources in the value stack.
The '#' character indicates a non-root entity (the action is usually the root) 'session' indicates the user session and 'login' indicates a session parameter named 'login'.
[
How To Ask Questions On JavaRanch
]
deep rai
Ranch Hand
Posts: 56
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanks joe
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Session handling in Struts2
Struts2 Scope Interceptor - newbie
struts2
Struts2 Session
Session tracking in Struts2
More...