Does anyone (Dan?) have any idea why this code container.rpcRegister("requestNavigateTo", function requestNavigateTo(rpcArgs, view, params) {
var site = rpcArgs[osapi.container.GadgetSite.RPC_ARG_KEY], url = site.getActiveSiteHolder().getUrl(), renderParams = {}; renderParams[osapi.container.RenderParam.VIEW] = view; container.navigateGadget( site, url, params, renderParams ); }); doesn¹t work with the latest 2.5 snapshot? We¹ve been using beta1 since it was created, but will all the activity for beta2 I thought I ought to get a jump start and see what broke for us. This worked in beta1. I¹ve logged the site, url, and view and they all seem legit. doug