You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by claym <cl...@pfd.net> on 2008/06/06 22:23:44 UTC

[Struts 2] Session Action / Form?

Does Struts 2 support something similar to Spring MVC's session scope
bean/form where the form input will live across multiple requests to the
same (or even different) actions? If so, how does that work?
-- 
View this message in context: http://www.nabble.com/-Struts-2--Session-Action---Form--tp17700464p17700464.html
Sent from the Struts - User mailing list archive at Nabble.com.


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


Re: [Struts 2] Session Action / Form?

Posted by st...@gmail.com.
Take a look at the
ScopeInterceptor<http://struts.apache.org/2.x/docs/scope-interceptor.html>
.

Scott

On Fri, Jun 6, 2008 at 3:23 PM, claym <cl...@pfd.net> wrote:

>
> Does Struts 2 support something similar to Spring MVC's session scope
> bean/form where the form input will live across multiple requests to the
> same (or even different) actions? If so, how does that work?
> --
> View this message in context:
> http://www.nabble.com/-Struts-2--Session-Action---Form--tp17700464p17700464.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


-- 
Scott
stanlick@gmail.com