- From: David Landwehr <david.landwehr@solidapp.com>
- Date: Tue, 21 Feb 2006 07:41:21 +0100
- To: www-forms-editor@w3.org, www-forms@w3.org
Received on Tuesday, 21 February 2006 06:41:33 UTC
Dear Working Group, Is it correct that the send action does not participate in deferred action. E.g. if I have the following: <xforms:action ev:event="DOMActivate"> <xforms:setvalue ref="/data/@rows" value="2"/> <xforms:send submission="send"/> </xforms:action> and a bind: <xforms:bind nodeset="set/row[position() < /data/@rows]" relevant="true()"/> Since the submit process will not perform a recalculate then the relevance will not change on any <row/> elements before the action block is completed. Is this correct and intentional? What is the motivation for not having the send action participate in deferred actions? I have attached a testcase for your convenience. Best regards, David -- -------------------------------------------- David Landwehr (david.landwehr@solidapp.com) Chief Executive Officer, SolidApp Web: http://www.solidapp.com Office: +45 48268212 Mobile: +45 24275518 --------------------------------------------
Received on Tuesday, 21 February 2006 06:41:33 UTC