Forum

Armin Winkler
      Has successfully completed the online course Introduction
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Advanced (300)
      Has successfully completed the online course Basics (100)
    1 year ago #38153
    Up
    0
    Down
    ::

    Hi Leonid,

     

    the CBO function expects the required property to be set on the input widgets that are to be validated, not on the label. Please set your additional fields required like this and the BO should run without any errors. The background here is that in our script we are checking on all required fields for the SimpleForm and if there’s any error, the valueState property of the corresponding widget should be set to ‘Error’. Therefore if labels are marked as required, it won’t work because labels do not have a property called ‘valueState’.

     

    Kind regards,

    Armin