Re: SImple question on bypassing prepare

2010-04-01 Thread jayakumar ala
> > -Original Message- > > From: jayakumar ala [mailto:alajay...@gmail.com] > > Sent: Thursday, April 01, 2010 2:05 PM > > To: Struts Users Mailing List > > Subject: SImple question on bypassing prepare > > > > Hi All, > > I am new to s

RE: SImple question on bypassing prepare

2010-04-01 Thread Kawczynski, David
Mailing List > Subject: SImple question on bypassing prepare > > Hi All, > I am new to struts2 and need small help on how i can bypass > calling prepare > method before any other method. In my case i am trying to > call customized > method before prepare method to set so

Re: SImple question on bypassing prepare

2010-04-01 Thread Chris Pratt
What is it that calls your customized set method? If it's form parameter data, move the prepare interceptor below the params interceptor in your interceptor stack. (*Chris*) On Thu, Apr 1, 2010 at 11:04 AM, jayakumar ala wrote: > Hi All, > I am new to struts2 and need small help on how i can

SImple question on bypassing prepare

2010-04-01 Thread jayakumar ala
Hi All, I am new to struts2 and need small help on how i can bypass calling prepare method before any other method. In my case i am trying to call customized method before prepare method to set some values. I did set method in my struts.xml but it is still calling prepare(). I want this prepare to