Only the path attribute 'should' be used. I will post the config tomorrow so you can have a look... Maybe I did something else wrong maybe there is a bug... I do not know. I will have another look before the post tomorrow,
Cheers, Fotis -----Original Message----- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 5:31 PM To: Struts Users Mailing List Subject: RE: action executing two times --- "Chatzinikos, Fotis, VF-GR Consultant" <[EMAIL PROTECTED]> wrote: > I had the same problem with my action executing twice and I tracked > the > problem in the struts-config file. > > When an action is of type X and a second completely different action > is > of the same type X then the problem occurs... > > Check your config file for actions that share the same type... hihi, this is simply not true. only the path attribute is used to determine which action to execute. the type attribute has nothing to do with this. there is something else causing your action executing twice. it is *not* because you have multiple actions defined with the same type (action class). woodchuck ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]