You should be able to do <s:set name="successMessage" value="null" scope="session"/>
or (I'm assuming you have access to the jstl) , you can always do <c:remove var="successMessage" scope="session"/> hth, -a meeboo wrote: > > > 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-tf4018422.html#a11412923 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]