Re: Multiple forms in single action class

2010-04-28 Thread Kartik Kumar
Yes It is possible to assign the same action class but different action methods to handle different tasks. The example below should work for you. On Wed, Apr 28, 2010 at 7:08 AM, Manoj Singh wrote: > Hi, > > I am a newbie to struts. Please co-operate. > > I am using the dispatch action to crea

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