All, Consider the following submission, located in a proper place so that the outermost <xforms:action> element can react to a DOMActivate event: <xforms:action ev:event="DOMActivate"> <xforms:send submission="my-submission"/> <xforms:action ev:event="xforms-submit" ev:observer="my- submission"> ... </xforms:action> <xforms:action ev:event="xforms-submit-done" ev:observer="my- submission"> ... </xforms:action> </xforms:action> A few questions: * Is it legal for the nested actions to have ev:event and ev:observer attributes? * If so, do the nested <xforms:action> element actually register as event handlers on the specified observers? * Are those executed in the flow of the outermost action, if that action is triggered? -Erik PS: Clearly, I could write these actions as follows: <xforms:action ev:event="DOMActivate"> <xforms:send submission="my-submission"/> </xforms:action> <xforms:action ev:event="xforms-submit" ev:observer="my-submission"> ... </xforms:action> <xforms:action ev:event="xforms-submit-done" ev:observer="my- submission"> ... </xforms:action> But still, bear with me and assume I want to do the nesting, for the sake of seeing these questions answered ;-) -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/Received on Friday, 16 May 2008 23:33:00 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:32:07 GMT