Bonita 6.3.3 - Checklists - grouped validation

1
0
-1

Hi there,

Bonita Studio 6.3.3, Java 1.7.0.67, Windows 8.1

I have two Check Lists where either both can have checked values or either may have checked values.

What's the best way to validate this situation without having to loop back on Submission?

Currently Validators only work on one item (widget only), is there a way to group the validators?

Thanks and best regards Seán

Comments

Submitted by ttoine on Mon, 09/29/2014 - 17:36

I would say that you will have to use some good old javascript or jquery

Submitted by haris.subasic on Tue, 09/30/2014 - 09:52

Would a form-level validator be of any help?

Submitted by Sean McP on Fri, 10/24/2014 - 07:55

Sorry I should have said yes a couple of weeks ago...

1 answer

1
+1
-1
This one is the BEST answer!

I think you should go with Haris recommendation: a validator at form level is able to perform validation using multiple widgets values.

Notifications