more than one button on a form with validators

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

Hi all,

I have a form that have 2 buttons. My problem is that
there is one button that should not trigger the validations
of the fields before submitting. What is the best way to
handle this situation?

Thanks in advance,

Carlos.
 
Hello Carlos,

Set the causesvalidation on thet button to False, or set a different ValidationGroup
for that button.

Jesse
 
Back
Top