Be sure have include <Require feature="views" /> in gadget xml
If the result is blank that is mean you have no params set. Must to
use gadgets.views.getParams(); to obtain app params

Ex:
   var params = {};
   params['key'] = 'value';
  gadgets.views.requestNavigateTo(views.canvas,params);
will load ...&appParams=%7B%22key%22%3A%22value%22%
var my_params = gadgets.views.getParams();

On Feb 15, 1:06 pm, Vanessa <[EMAIL PROTECTED]> wrote:
> I'm having problems getting my opt_params sent via navigateTo. I call
> getParams() and get an empty object. Does anyone knows what is going
> on? Is it a problem in the orkut container or in my code?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to