You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using a different platform then gwt (e.g. jse) getHelpedParameters() returns an empty Series.
This is because there is an empty Context in the TemplateDispatcher.
A working patch is to set the ClientResource Context on the Creation of the TemplateDispatcher so add dispatcher.setContext(getContext()); just after the dispatcher instantiation in the org.restlet.resource.ClientResource.createNext() method.