I use Dojo radio buttons as radio button groups. On an XPage there is a 'Yes' and 'No' Dojo radio button. With the new 8.5.3 Extension Library I've noticed that the 'selectedValue' property on the Dojo radio buttons is causing an error. The 'selectedValue' in the radio buttons are just Y and N respectively.
It throws an Error 500 when you try to load the XPage, and in the server log it has the errors below:
HTTP JVM: CLFAD0141E
HTTP JVM: CLFAD0211E
HTTP JVM: CLFAD0246E
If I blank out the 'selectedValue', the page loads.