You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Andy Birchall <an...@gmail.com> on 2010/12/08 19:14:43 UTC

Removing ScopedModelDriven model from session

Hello,
Is there a standard Struts declarative way of removing the model
object from session when using a ScopedModelDriven action?
i.e. so when invoking another action, which doesn't implement
ScopedModelDriven and doesn't need the model object previously placed
in session, the model object is removed.
Or do you have to do it manually, by looking it up in the session map
and removing it?
Thanks
AndyB

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org