Hi, i have a Struts form with a submit and a cancel button. Something strange occurred. It is that when user click on html:cancel button, "execute" method of Action is executed.
I could solve it by coding : ActionForward forward=null; if (this.isCancelled(request)) return forward; It works. But i did not need to make this test in the past. Is it possible that when user click cancel, nothing happens on the server ? ===== Olivier Citeau Paris, France Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]