• Dojo DateTextBox ignores disableClientSideValidation

    By Tommy Valand 1 decade ago

    If you set a dojo date field to required and set disableClientSideValidation="false", the client side validation is still in control.

    Use the XPages source code below to test:


    disableClientSideValidation="true">





    refreshMode="complete" immediate="false" save="true"/>


     

    • Fixed submitted

      By Philippe Riand 1 decade ago

      Will be in the next build. Notes that it only handles the ValidationTextBox attributes (like required), and not the one on specialized class (like number constraints). If you don't want these constraints, then you have to use  standard textbox.

      • Thank you for the quick response/fix!

        By Tommy Valand 1 decade ago