[S2][interceptors]Inserted my own interceptor = no more params value

2007-04-23 Thread MLENEVEUT
Hi all, I try to insert my AuthentificatedInterceptor in the stack, but now nothing works. First, I had a login page, with login/password fields, and the LoginAction getted well the parameters' value. Now, with my new Interceptor, the LoginAction gets empty values from my login and password

Re: [S2][interceptors]Inserted my own interceptor = no more params value

2007-04-23 Thread Mark Menard
On 4/23/07 2:36 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I try to insert my AuthentificatedInterceptor in the stack, but now nothing works. Hi Michaƫl, I just did this last week. I didn't use a LoginAction though. I did all the work in the interceptor, with a backing service