Re: No validation when html:cancel is clicked

2004-09-07 Thread andy wix
Hi, Sorry, my heading was a little mis-leading. The problem is that I get validation carried out when I click the html:cancel button and I don't want validation carried out in this case. Thanks, Andy _ Express yourself with cool ne

Re: No validation when html:cancel is clicked

2004-09-07 Thread Dean A. Hoover
Andy, Why would you want to validate on cancel? If you really want to do that, use html:submit instead and just label the button Cancel and process accordingly in your action (forward?) Dean Hoover andy wix wrote: Hi, I have a form with 2 buttons (one html:submit, the other html:cancel) and have i