I used to have problem with FF submitting multiple times.
You have to check your event handlers on your submit buttons. Check to see
if you accidentally more than one event handlers on one submit button that
does form.submit, or make sure the event handler you want to do the submit
stops the bubbling for any parent handlers to submit.

On Mon, Apr 11, 2011 at 10:25 AM, DanY Liu <danyun....@gmail.com> wrote:

> I tried several times later, it seems not a issue in struts, only firefox4
> will do that.
>
> On Sat, Apr 9, 2011 at 11:36 PM, Dave Newton <davelnew...@gmail.com>
> wrote:
>
> > Without more info it'll be difficult to help.
> >
> > Dave
> >
> > On Saturday, April 9, 2011, DanY Liu <danyun....@gmail.com> wrote:
> > > Hi all,
> > >
> > > I want to try the model driven and prepare interceptors in struts 2, so
> I
> > > wrote a example. Then I was going to debug the program, every time ,
> one
> > > http request make two "request" in the struts, in other words, when the
> > > "return SUCCESS" called(the html is populated in the browser
> > successfully),
> > > the program turn to the constructor of the action and every process
> been
> > run
> > > again..  .
> > >
> > > I set the breakpoints at the constructor , void prepare() and
> getModel().
> > >
> > > Could someone can help on this odd problem?
> > >
> > > The IDE  is Intellij 10.03 and the struts version is 2.2.2.1, browser :
> > > firefox 4 or chrome 10.0
> > >
> > >
> > > thanks
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
>

Reply via email to