Re: validation method is being executed twice in IE (jCaptcha img)

2012-06-19 Thread Maurizio Cucchiara
Hi Lucas, we need some more further details... What S2 stack did you define for you action? Why do you suspect that your action is executed twice? Could you post the java and jsp fragments? Twitter :http://www.twitter.com/m_cucchiara G+ :https://plus.google.com/107903711540963855921

Re: validation method is being executed twice in IE (jCaptcha img)

2012-06-19 Thread Dave Newton
How is it fetching the image? That shouldn't cause a request to the action. Dave (pardon brevity and typos, on cell) On Jun 19, 2012 4:58 AM, "lucas owen" wrote: > Hi Struts 2 Users! > > I have this little problem here, only in Internet Explorer (it works in > Firefox and Chrome): > > the actio

validation method is being executed twice in IE (jCaptcha img)

2012-06-19 Thread lucas owen
Hi Struts 2 Users! I have this little problem here, only in Internet Explorer (it works in Firefox and Chrome): the action is being executed twice I think because in the JSP form I have a captcha with an image and when it fetches the image it creates a new request. Anybody knows how to solve it?