Re: Prepare method being invoked twice

2008-09-17 Thread Jayeshpowar
eptor with paramsPrepareParamsStack and its running fine with no issues. If any discrepancy in my perception please let me know. Jayeshpowar wrote: > > Hi, > I have an action class which implements preparable . It works fine but i > noticed that the prepare method inside the action c

Prepare method being invoked twice

2008-08-14 Thread Jayeshpowar
Hi, I have an action class which implements preparable . It works fine but i noticed that the prepare method inside the action class gets invoked twice before getting to the intended method.In first invocation the variables inside the action class are all null , However in second invocation they a

Re: Prepare method being invoked twice

2008-08-14 Thread Jayeshpowar
Thanks Lukasz for quick reply.But the action class that has the prepare method has four methods . Lukasz Lenart wrote: > >> I have an action class which implements preparable . It works fine but i >> noticed that the prepare method inside the action class gets invoked >> twice >> before getting