• Dojo Radio Button Selected Value Error

    By Ryan Buening 1 decade ago

    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.

    • Sample

      By Darin Egan 1 decade ago

      Ryan, could you provide a sample and I will investigate this as soon as possible.

      • Sample

        By Ryan Buening 1 decade ago

        This code errors for me:

         

        <?xml version="1.0" encoding="UTF-8"?>
        
        <xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xe="http://www.ibm.com/xsp/coreex">
        
             <xe:djRadioButton id="djRadioButton1" selectedValue="Y"></xe:djRadioButton>
        
        </xp:view>
        
        • Confirm?

          By Darin Egan 1 decade ago

          Ryan, I'm not seeing this issue against the latest code base.

          Can you confirm whether the given sample is sufficient to cause this issue?

          • Fixed

            By Ryan Buening 1 decade ago

            We upgraded to the latest Extension Library and it does not error anymore. It was causing errors on 8.5.3.201110131854. Thanks.