Thanx Niall..
It works out fine... -----Original Message----- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 4:56 PM To: Struts Users Mailing List Subject: Re: can we have multiple paths for the same action class? Yes you can, no problem. Why not "give it a go" if you're wondering whether something will work - be brave, seize the day. Niall ----- Original Message ----- From: "Shobhana.S, ASDC Chennai" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 04, 2004 8:59 AM Subject: can we have multiple paths for the same action class? > > > > Hi! > > Could anyone plz tell if we cld have the same path name for the same action > class? > > for eg: > <action path="/CreateForm" type="createForm" name="common.CreateAction"> > </action> > <action path="/UpdateForm" type="createForm" name="common.CreateAction"> > </action> > > > > i need this bcoz in my application i use chaining of actions..and i want to > avoid circular looping or chaining when i work which may lead to infinite > loops.... > > Regards > > Shobhana > > thnx in advance > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

