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 <alajay...@gmail.com> wrote: > 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 be > called after calling my customized method. > Any help is appreciated. > > Thanks >