Re: Re: How to allow Query Strings in REST URI - Spring & Restlet

2011-06-15 Thread gonzajg
I'm glad it worked for you :) On Wed, Jun 15, 2011 at 3:38 PM, aronitin [via Restlet Discuss] < ml-node+6480085-1989291684-197...@n2.nabble.com> wrote: > Hi, > > I tried it and it worked. I did not think about that :-(, I was too much > into the code. > > Thanks for the tip > > ~Nitin > > ---

RE: Re: How to allow Query Strings in REST URI - Spring & Restlet

2011-06-15 Thread Nitin Arora
Hi, I tried it and it worked. I did not think about that :-(, I was too much into the code. Thanks for the tip ~Nitin -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2766308

RE: Re: How to allow Query Strings in REST URI - Spring & Restlet

2011-06-15 Thread gonzajg
In your route I see that you included this: Try without declaring query like this: I think there's no need to declare "{query}" to get the query from the URL. aronitin wrote: > > Hi, > > I did not really get your point "You can include your routes without GET > parameters" > > What GE

RE: Re: How to allow Query Strings in REST URI - Spring & Restlet

2011-06-14 Thread Nitin Arora
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. Str