Found in Release:
gwt-gadgets 1.2.0
Detailed description:
Current implementation of the ViewFeature contains only a single signature for
the method "requestNavigateTo":
void requestNavigateTo(View view);
The JavaScript API allows for the passing of params:
requestNavigateTo(view, params);
Workaround if you have one:
final native void requestNavigateTo(View view, JavaScriptObject params) /*-{
$wnd.gadgets.views.requestNavigateTo(view, params);
}-*/;
Links to the relevant GWT Developer Forum posts:
Original issue reported on code.google.com by cainw...@gmail.com on 2 May 2011 at 2:04
Original issue reported on code.google.com by
cainw...@gmail.com
on 2 May 2011 at 2:04