Xpages 8.5.1 - Checkbox disableclientsidevalidation removed?

We’ve upgraded our domino servers from 8.5 to 8.5.1 and some of our XPages broke. Nothing too serious and the majority I can seem to fix, however there was functionality that seems to have disappeared in the upgrade and I was wondering if anyone could help.

The checkbox control seems to have lost the ability to ‘disableclientsidevalidation’. There’s no option under all properties and if I type it directly into the source it doesn’t recognize it for a checkbox. It works fine for standard edit boxes however. Does anyone have any ideas?

We were using this as an accept T&C’s box, we can get away with client side validation but would prefer it if it was SS validated.

Thanks

Subject: Checkbox validation 8.5.1

I’m not sure about this particular option, but I did some quite complex validation on checkbox groups, radio buttons etc. There are options for server-side validation (apologies if you’ve already read these):http://hermes.intec.co.uk/Intec/Blog.nsf/archive?openview&title=Validation%20Tutorial&type=cat&cat=Validation%20Tutorial

The other option is to disable client validation at application level (if that will suffice for you), on the XPages tab of the application properties in Domino Designer.

Subject: Cheers, I’ll have a read

Afraid disabling client side validation all together isn’t really an option for us as we have a mixture of client and server sided validation in this one application.

I’ve done radio, checkbox and group validation a fair bit (but this was in 8.5), but I’ll have a read anyway as you never know, the solution may be there or I may pick up another trick that can get around my problem in 8.5.1.

Thanks for the help