Hello Nicho, Fabian,

you can also update the characteristic of the "routing variable" as follow:

TemplateRoute route = router.attach("/{cit​yParameters}", 
ResourcesSearchResource.class);
Variable v = new Variable();
v.setDecodingOnParse(true);
route.getTemplate().getVariables().put("cityPa​rameters", v);


best regards,
Thierry Boileau

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2677698

Reply via email to