tag or is the way
I am doing right?
TIA
Gnan
-Original Message-
From: Craig McClanahan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 19, 2004 7:39 PM
To: Struts Users Mailing List
Subject: Re: How to retrieve session variables using Struts tag in JSP
If "loggedUser" is a str
If "loggedUser" is a string you put in session scope, use this instead:
If on the other hand you had a bean that you stored under session
scope under key "foo", and this bean class has a getLoggedUser()
method on it, you'd use:
The "parameter" attribute is for accessing request parameters
2 matches
Mail list logo