Closed
Description
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.