The thread where this was decided:
http://groups.google.com/group/opensocial-and-gadgets-spec/browse_thread/thread/718488b0ea390e73#

Description:
* @param {gadgets.views.View} view The view to navigate to
* @param {Map.<String, String>} opt_params Parameters to pass to the
* gadget after it has been navigated to on the surface
* @param {String} opt_ownerId The id of the owner of the page to navigate to.
* Defaults to the current owner.
*/
gadgets.views.requestNavigateTo = function(view, opt_params, opt_ownerId) {};

I don't know if the Java code supports it already, nor do i even know if the javascript layer does tbh!

Cassie (& others) do you know anything about this?

If the support isn't in yet, it needs to be added to the requestNavigateTo function (as described above), and add it as a owner=<foo> field if specified, and in the php code read out that value, and passing it to the data services.

        -- Chris

On Jul 16, 2008, at 10:18 PM, Emilio Daniel González wrote:

Hi Chris, ¿how are you?, I've read about this new feature:

*in the opensocial 0.8 spec requestNavigateTo got a new parameter: Owner. I'm not sure if this is in the features js yet, but we do need to support it
server side too (both in the old and new social interfaces)*

So, I would like to implement it but I don't know where start.  I was
looking into the Java code and I can't find anything, could you give me any
idea?.

Thanks a lot!

Emilio

PD: how are you going with the test cases patch?

PD2: sorry about my bad English.

Reply via email to