Bonita 6.3.3 - Checklists - grouped validation

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

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

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

Would a form-level validator be of any help?

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