orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
518 stars 220 forks source link

Form Builder to support XBL components defining their required constraint #4710

Open avernet opened 3 years ago

avernet commented 3 years ago

For this, we first need #4709 to be implemented. The XBL component would say:

<fb:metadata> 
    <fb:bind xxf:required-constraint="string() = 'true'"/>
</fb:metadata>

Form Builder would:

What happens if an XBL control changes its <fb:bind xxf:required-constraint="…"/>? When would the xxf:required-constraint="…" be updated? We already have this problem for the <fb:bind type="…"/>, so we should at the minimum have a consistent behavior in both cases.

+1 from user

avernet commented 3 years ago

+1 from user