Re: [S2] Any example of using ScopeInterceptor to implement a wizard

2007-06-21 Thread Mark Menard
On 6/21/07 1:47 PM, "Gabriel Belingueres" <[EMAIL PROTECTED]> wrote: > Hi, > > I need to implement a wizard that collects data in several forms, > which fields are stored in a single session scoped object. > > The problem is I didn't found any working example of using > ScopeInterceptor. Even th

[S2] Any example of using ScopeInterceptor to implement a wizard

2007-06-21 Thread Gabriel Belingueres
Hi, I need to implement a wizard that collects data in several forms, which fields are stored in a single session scoped object. The problem is I didn't found any working example of using ScopeInterceptor. Even this interceptor is not in the default stack, so I don't know if it is widely used an