--- "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]