Re: need advice on validation and canceling a form

2008-07-02 Thread Martijn Brinkers
Answering my own question: This seems to work Cancel The actionLink returns another page so the submit is canceled. Martijn On Wed, 2008-07-02 at 11:00 -0700, Martijn Brinkers (List) wrote: > Hi, > > I have added a cancel button to my form. When the cancel button is a > submit butt

Re: need advice on validation and canceling a form

2008-07-02 Thread Martijn Brinkers (List)
Answering my own question: This seems to work Cancel The actionLink returns another page so the submit is canceled. Martijn On Wed, 2008-07-02 at 11:00 -0700, Martijn Brinkers (List) wrote: > Hi, > > I have added a cancel button to my form. When the cancel button is a > submit butt

need advice on validation and canceling a form

2008-07-02 Thread Martijn Brinkers (List)
Hi, I have added a cancel button to my form. When the cancel button is a submit button it seems that client side validation is still done because the validator cannot make a distinction between the submit and cancel button. I now have replaced the cancel button with an actionLink like mentioned he