Re: Interceptor doesn't work upon submit?

2008-01-09 Thread styl9090
Thank you so much... It works. :) All I had to create Interceptor will all the values of defaultStack. Thanks. newton.dave wrote: > > Did I not already answer this? > > --- styl9090 <[EMAIL PROTECTED]> wrote: >> >> >> /pages/assign_user.jsp >> > > You have configu

Re: Interceptor doesn't work upon submit?

2008-01-08 Thread Martin Gainty
and then referenced later on with M-- - Original Message - From: "styl9090" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 08, 2008 6:46 PM Subject: Interceptor doesn't work upon submit? > > Hello All, > > I

Re: Interceptor doesn't work upon submit?

2008-01-08 Thread Dave Newton
Did I not already answer this? --- styl9090 <[EMAIL PROTECTED]> wrote: > > > /pages/assign_user.jsp > You have configured a *single* interceptor to be run for this action. If you want the default interceptor stack to be executed you must either include it in the action's

Interceptor doesn't work upon submit?

2008-01-08 Thread styl9090
Hello All, In my application I have created a LoginSessionInterceptor. struts.xml: /pages/assign_user.jsp The above code works fine when Initially called that assign action(page renders first time).. But if there is a submit button in that assign_page which calls