Guys, I'm using Cairngorm framework which is great but I ran into a issue....and need some help.... I want to be able execute more than one commands as result of interacting with a UI element....
Scenario: Have a grid with Edit button underneath; Select a row from the grid and want to edit the record. When I submit the edit form I want to fire 2 events like: EventBroadcaster.getInstance().broadcastEvent( "updateAddress", addr ); EventBroadcaster.getInstance().broadcastEvent( "getPhysicalAddress", indi_id ); - refresh the data in the grid First, are the calls executed in this order all the time? and second... I wouldn't want to execute "getPhysicalAddress" if the "updateAddress" fails.... Were you guys able to execute multiple commands in one call and sync them? Am I missing something? Thanks Valy __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

