Re: prepare{MethodName} not working

2009-06-27 Thread Jim Kiley
uts Users Mailing List > Subject: Re: prepare{MethodName} not working > > You probably have the @Override annotation on prepareSave(), and you don't > need it. > > On Sat, Jun 27, 2009 at 11:40 AM, Praveen.V.Kumar < > praveenkuma...@spanservices.com> wrote: > > >

RE: prepare{MethodName} not working

2009-06-27 Thread Praveen . V . Kumar
: Struts Users Mailing List Subject: Re: prepare{MethodName} not working You probably have the @Override annotation on prepareSave(), and you don't need it. On Sat, Jun 27, 2009 at 11:40 AM, Praveen.V.Kumar < praveenkuma...@spanservices.com> wrote: > Hi, > > While referring the

Re: prepare{MethodName} not working

2009-06-27 Thread Jim Collings
> Hi, > While referring the below link I came to know that we can have > prepare{MethodName}() that will run before the invocation of the particular > method. > > http://struts.apache.org/2.1.6/docs/prepare-interceptor.html > > I was trying the same. In my action class, I have a save() method a

Re: prepare{MethodName} not working

2009-06-27 Thread Jim Kiley
You probably have the @Override annotation on prepareSave(), and you don't need it. On Sat, Jun 27, 2009 at 11:40 AM, Praveen.V.Kumar < praveenkuma...@spanservices.com> wrote: > Hi, > > While referring the below link I came to know that we can have > prepare{MethodName}() that will run before the