- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Fri, 29 Jun 2018 18:02:04 +0200
- To: " XForms" <public-xformsusers@w3.org>
https://www.w3.org/community/xformsusers/wiki/XForms_2.0#The_submit_Element
"A submission element is identified from the submission attribute or its
default: if no such element is identified then this control has no effect;
otherwise the xforms-submit event is dispatched to the element."
Why?
What is the advantage of having
<model>
<instance>...</instance>
</model>
...
<submit/>
or
<model>
<instance>...</instance>
</model>
...
<submit submission="NONEXISTENT"/>
and not reporting a problem?
Steven
Received on Friday, 29 June 2018 16:03:33 UTC