Re: Multiple forms in single action class

2010-04-28 Thread shekher awasthi
Manoj,please ask such question at user mailing list. [email protected] On Wed, Apr 28, 2010 at 7:21 PM, Manoj Singh wrote: > Hi, > > I am a newbie to struts. Please co-operate. > > I am using the dispatch action to create my action class. Here I am > providing the facility the users to add,

Multiple forms in single action class

2010-04-28 Thread Manoj Singh
Hi, I am a newbie to struts. Please co-operate. I am using the dispatch action to create my action class. Here I am providing the facility the users to add, update and delete the blogs. I want to use two form beans for this single action. One for add and update and another for delete. Is it poss