Question about deferred updates

Dear Working Group,

I have a question about deferred updates. Will deferred updates be 
controlled by the action element or by the model?

The particular questions I would like an answer to are:
1.When we in an action make changes to two models do we then defer 
events for both models or does the 'defer' handling only apply to the 
model in scope on the action?
2.If we do a dispatch in an action block will we defer the events which 
might be a consequence of the dispatch?
To expand: if we enter an action block and does a change to one model we 
then schedule RRR and if we then (in the sequence) dispatch an event to 
another action block which modifies the model will we then get RRR when 
leaving that action or are the RRR events first dispatched after leaving 
the first action.

Please see the attached testcase for examples.

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 Monday, 23 January 2006 08:55:35 UTC