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

