You can execute command from another command. Just import EventBroadcaster
into the calling command and do
EventBroadcaster.getInstance().broadcastEvent("getPhysicalAddress", indi_id
) from the resulthandler.One question though. What does GetPhysicalAddress() do? Dos it get the same address as you're updating? Thanks -----Original Message----- From: Valy Sivec [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 9:49 AM To: [email protected] Subject: [flexcoders] Cairngorm framework question 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 ---- This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message. To reply to our email administrator directly, send an email to [EMAIL PROTECTED] Littler Mendelson, P.C. http://www.littler.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/

