Re: [QUESTION] Any reason why the actions container mixin does not call Container.rpcRegister instead of gadgets.rpc.register?

2012-02-07 Thread Henry Saputra
; Cc:     Dan Dumont/Westford/IBM@Lotus > Date:   02/06/2012 09:44 PM > Subject:        Re: [QUESTION] Any reason why the actions container mixin > does not call Container.rpcRegister instead of gadgets.rpc.register? > > > Henry I think this is probably an oversight in the code

Re: [QUESTION] Any reason why the actions container mixin does not call Container.rpcRegister instead of gadgets.rpc.register?

2012-02-07 Thread Dan Dumont
/IBM@Lotus Date: 02/06/2012 09:23 PM Subject: [QUESTION] Any reason why the actions container mixin does not call Container.rpcRegister instead of gadgets.rpc.register? Hi Guys, Any reason why the implementation of the actions container mixin does not call Container.rpcRegister but i

Re: [QUESTION] Any reason why the actions container mixin does not call Container.rpcRegister instead of gadgets.rpc.register?

2012-02-06 Thread Ryan J Baxter
reason why the actions container mixin does not call Container.rpcRegister instead of gadgets.rpc.register? Hi Guys, Any reason why the implementation of the actions container mixin does not call Container.rpcRegister but instead directly call gadgets.rpc

[QUESTION] Any reason why the actions container mixin does not call Container.rpcRegister instead of gadgets.rpc.register?

2012-02-06 Thread Henry Saputra
Hi Guys, Any reason why the implementation of the actions container mixin does not call Container.rpcRegister but instead directly call gadgets.rpc.register? The osapi.container.Container.prototype.rpcRegister has special code to inject "gs" key to include the caller gadget site. Here is the sni