Set a session value in the view

2007-07-03 Thread meeboo
Hey all How can I achieve something like this: %session.removeAttribute(successMessage);% with the s:set tag? I tried s:set name=session.get('successMessage') value=null/ but it didn't work. Thanks! -- View this message in context: http://www.nabble.com/Set-a-session-value-in-the-view

Re: Set a session value in the view

2007-07-03 Thread cilquirm
(successMessage);% with the s:set tag? I tried s:set name=session.get('successMessage') value=null/ but it didn't work. Thanks! -- View this message in context: http://www.nabble.com/Set-a-session-value-in-the-view-tf4018422.html#a11412923 Sent from the Struts - User mailing list