I'm not sure what I'm doing wrong... but I have a feeling I'm making a stupid error I cannot find. I'm trying to use the SessionAware interface to give access to the Session object in my
Struts 2 action class.
When I inspect the session map in the execute() method, it's an empty Map (non-null). Shouldn't this map contain session context information in addition to the any session attributes, such as the host, server name, port, etc ? Or does it only hold attributes?
Thanks for any help you can provide.
Here's my struts.xml and package.xml:
Here's my Action class:
[ July 12, 2007: Message edited by: Aaron Wilt ]
[ July 12, 2007: Message edited by: Aaron Wilt ]