Question about send and deferred actions

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() &lt; /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:30 UTC