Hi, Josh thanks for your reply...
I have gone through the code for UM Extensions.. So i guess all i need to do is don't override the result() in my CustomeCommand Class so that the default result() gets called and will automatically invoke the result() on my view.. Thanks Mars --- In [email protected], "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > If you're using Cairngorm, why not use the UM extension to do it? > > -Josh > > On Wed, Aug 6, 2008 at 6:12 AM, sk_acura <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I have created a Sub Class of Cairngorm Event and added a variable > > for Storing the IReponder.. > > > > Now When the execute() is invoked on the Command we get the Delegate > > and set the Responder of Delegate to the instance of Command . So when > > the delegate completes the method it automatically invokes either the > > result() or fault() on the Command.. > > > > Now we need to set the Responder for the Command which is nothing > > but the Callback Object we have passed as part of the Event. > > > > How to set this Responder in the Command Instance.. Where this has > > to be set ..Is it in the execute() of Command?? > > > > Thanks > > Mars > > > > > > ------------------------------------ > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > > Links > > > > > > > > > > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > :: Josh 'G-Funk' McDonald > :: 0437 221 380 :: [EMAIL PROTECTED] >

