need to re-execute model-actions for a reset

Hello,

here's an implementation question regarding xforms:reset action. The 
Spec. says:

"The default action for this event results in the following:

The instance data is reset to the tree structure and values it had 
immediately after having processed the xforms-ready event. Then, the 
events xforms-rebuild, xforms-recalculate, xforms-revalidate and 
xforms-refresh are dispatched to the model element in sequence."

Ok, that's clear enough but what about eventual model-actions that might 
influence the instance-data e.g.

<xf:model...>
   <xf:action ev:event="xforms-model-construct-done">
     <xf:delete .... at="last()"/>

...

Is it necessary for an XForms implementation to re-execute the 
model-actions that may have happened before the xforms-ready?

Thanks in advance for clarifying this issue.

Joern Turner
-- 
----------------------------------------------------------------------
Chibacon Lissé/Turner GbR
XForms, XML + Java
www.chibacon.de
fon: +49 30 61 28 58 12 / mail: joern.turner@chibacon.de

Received on Tuesday, 11 January 2005 00:22:55 UTC