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