PM
To: Struts Users Mailing List; atta-ur rehman
Subject: Re: access session object
Thanks you the post.
I need to access fields in the object stored in
sessioin. I was thinking about using the .
Any way, does tomcat 5.0 supports 2.4 servlet specs?
--- atta-ur rehman <[EMAIL PROTECTED]>
Thanks you the post.
I need to access fields in the object stored in
sessioin. I was thinking about using the .
Any way, does tomcat 5.0 supports 2.4 servlet specs?
--- atta-ur rehman <[EMAIL PROTECTED]> wrote:
> if you're running servlet container that supports
> 2.4 servlet specs
> and yo
if you're running servlet container that supports 2.4 servlet specs
and you web app is also configured to be of version 2.4, thru
element in your xml:
${myobject}
in your JSP should print it. in scriptlets:
<%=session.getAttribute("myobject")%>
should work.
"session" is reference to current s
3 matches
Mail list logo