Validation in SAIL Form

Certified Senior Developer

 Hi 
I have 3 different groups of SAIL components in 1 form,
and a single button
I want to perform validation of 2 groups on button click but not the 3rd one,
how to handle this scenario ?
tried with ValidationGroup:{"Group1","Group2"} but it didn't worked.

anyone have better solution ?

  Discussion posts and replies are publicly visible

Parents
  • Try validationGroup:”Group1 Group2” that works just fine

    Jose

    In a previous discussion I have an example

    I have a button which has skipped all rule input field validation on one interface. Right now, I want to get a warning when I click the button without a specific rule input field value. I couldn't use…
    By in Discussions > User Interface
    12 replies

Reply
  • Try validationGroup:”Group1 Group2” that works just fine

    Jose

    In a previous discussion I have an example

    I have a button which has skipped all rule input field validation on one interface. Right now, I want to get a warning when I click the button without a specific rule input field value. I couldn't use…
    By in Discussions > User Interface
    12 replies

Children
No Data