Hello Everyone, I have a form and I am using a validation script to enable button when form is filled out.. I need to have 2 buttons activated not just one.
Is it possible to do this, or to classify 2 buttons into one group?
<utils:ValidatorForm
id="addEmployeeForm"
defaultButton="{add_report_crm}"
validators="{validators}"
height="394" width="353">
basically I want to have two buttons in the defaultButton.
Thanks

