Flash scope in Struts 2?

2007-05-03 Thread mraible
Does Struts 2 have support for a flash scope - where messages can be easily stuffed into this scope so they live through a redirect? Thanks, Matt -- View this message in context: http://www.nabble.com/Flash-scope-in-Struts-2--tf3685114.html#a10300567 Sent from the Struts - User mailing list

Re: Flash scope in Struts 2?

2007-06-06 Thread mraible
mraible wrote: > > Does Struts 2 have support for a flash scope - where messages can be > easily stuffed into this scope so they live through a redirect? > > Thanks, > > Matt > I'll assume the answer is "no". -- View this message in context: http:/

Re: Flash scope in Struts 2?

2007-06-06 Thread Dave Newton
--- mraible <[EMAIL PROTECTED]> wrote: > mraible wrote: >> Does Struts 2 have support for a flash scope - >> where messages can be easily stuffed into this scope >> so they live through a redirect? > I'll assume the answer is "no". Why? In addition to a couple of threads within the last week see

Re: Flash scope in Struts 2?

2007-06-06 Thread Antonio Petrelli
2007/5/3, mraible <[EMAIL PROTECTED]>: Does Struts 2 have support for a flash scope - where messages can be easily stuffed into this scope so they live through a redirect? I suppose that Michael (Jouravlev) did something called "rollover" scope, but maybe it is under Struts 1.3 BTW, Matt, why

Re: Flash scope in Struts 2?

2007-06-06 Thread Ian Roughley
There is an interceptor and result in webwork that can be used with about 2 mins for package corrections. /Ian mraible wrote: mraible wrote: Does Struts 2 have support for a flash scope - where messages can be easily stuffed into this scope so they live through a redirect? Thanks, Matt

Re: Flash scope in Struts 2?

2007-06-06 Thread Musachy Barroso
Something different but related, the scoped model driven interceptor: http://struts.apache.org/2.x/docs/scoped-model-driven-interceptor.html musachy On 6/6/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- mraible <[EMAIL PROTECTED]> wrote: > mraible wrote: >> Does Struts 2 have support for a fl