I tried to test the sample container with the SocialHelloWorld.xml example:
http://localhost/shindig/php/gadgets/ifr?url=http://localhost/shindig/php/gadgets/files/samplecontainer/examples/SocialHelloWorld.xml&nocache=1&st=john.doe:jane.doe:1:2:3:4

It ran correctly, but I got a Javascript error:

Unknown RPC service: resize_iframe,

on ifr (line 203):

var
relayChannel=getRelayChannel();setupChannel();services[DEFAULT_NAME]=function(){throw
new Error('Unknown RPC service:
'+this.s);};services[CALLBACK_NAME]=function(callbackId,result){var
callback=callbacks[callbackId];if(callback){delete
callbacks[callbackId];callback(result);}};function
setupFrame(frameId){if(setup[frameId]){return;}



What do I do wrong?

Reply via email to