All, If I have a Struts action, and I acquire the session map via:
Map session = ActionContext.getContext().getSession();
can I simply use
session.put("new_key", new_value);
to modify session attributes or do I need to do something different?
Thanks,
Wes
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

