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.
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.
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.