Hi,
I did not really get your point "You can include your routes without GET
parameters"
What GET parameters you are talking about here? My Server Resource is being
instantiated by the SpringRouter settings defined in the xml file.
I'm already fetching the query params as described below.
String view = getQuery().getFirstValue("view");
But the real problem is 404 is being thrown before the server resource is
instantiated. Routers are not able to identify the incoming request
"http://xyz:8080/resource2?view=filtered and hence throwing 404.
Nitin
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2765509