Hi,
How to pass a value(parameter) to the resource in a URI with / as a part of
the data. That means i have a resource registered like
router.attach("/ABC/{param1}/{param2}",MyResource.java);
the invocation URI given in browser is
"http://localhost/myApp/ABC/1900/tree/leaf"
as per my requirement param1 should get "1900/tree" and param2 should get
"leaf". restlet is taking / as a separator which i want to avoid.
help me to solve this ...
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1062236