RE: action executing two times

2005-08-04 Thread Chatzinikos, Fotis, VF-GR Consultant
, Fotis -Original Message- From: Jeremiah Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 6:03 PM To: Struts Users Mailing List Subject: Re: action executing two times I think this has me on the right track. I was using firefox. I tried this with ie and it works fine

RE: action executing two times

2005-08-04 Thread Woodchuck
--- 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

RE: action executing two times

2005-08-04 Thread Chatzinikos, Fotis, VF-GR Consultant
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

RE: Re: action executing two times

2005-08-03 Thread Chatzinikos, Fotis, VF-GR Consultant
executing two times Jeremiah Johnson wrote: I have an action mapping that looks like: action attribute=someForm name=someForm path=/my/path scope=request validate=false parameter=cmd type=someAction forward name=showForm path=myTileDefinition

Re: action executing two times

2005-08-03 Thread Jeremiah Johnson
I think this has me on the right track. I was using firefox. I tried this with ie and it works fine. I'm clicking on a link that is an html:link to cause this. If I type the url the same thing happens. There is javascript code that submits the page by clicking on a link but it's not tied to

Re: action executing two times

2005-08-03 Thread Jeremiah Johnson
Fount the problem. I had img src= / in my tile. When I removed it it worked. Not sure why that causes problems. That didn't have anything to do with the link I was clicking. thanks /Jeremiah Laurie Harper wrote: Jeremiah Johnson wrote: I have an action mapping that looks like: action

Re: action executing two times

2005-08-02 Thread Laurie Harper
Jeremiah Johnson wrote: I have an action mapping that looks like: action attribute=someForm name=someForm path=/my/path scope=request validate=false parameter=cmd type=someAction forward name=showForm path=myTileDefinition/ /action If I