Re: Deserializing Encoded Query String

2012-03-07 Thread Sergey Beryozkin
On 07/03/12 03:07, Ari King wrote: I've configured a method to receive query string parameters (see below), but it does NOT receive all sent parameters. public Response lookup (@QueryParam("") CriteriaDto criteria) { ... } Seemingly encoded parameters are NOT populated in the DTO. For example,

Re: Deserializing Encoded Query String

2012-03-06 Thread Ari King
>> I've configured a method to receive query string parameters (see >> below), but it does NOT receive all sent parameters. >> >> public Response lookup (@QueryParam("") CriteriaDto criteria) { ... } >> >> Seemingly encoded parameters are NOT populated in the DTO. For example, >> given -- >> >> Raw

Re: Deserializing Encoded Query String

2012-02-26 Thread Sergey Beryozkin
Hi On 24/02/12 18:13, Ari King wrote: Hi, I've configured a method to receive query string parameters (see below), but it does NOT receive all sent parameters. public Response lookup (@QueryParam("") CriteriaDto criteria) { ... } Seemingly encoded parameters are NOT populated in the DTO. For e

Deserializing Encoded Query String

2012-02-24 Thread Ari King
Hi, I've configured a method to receive query string parameters (see below), but it does NOT receive all sent parameters. public Response lookup (@QueryParam("") CriteriaDto criteria) { ... } Seemingly encoded parameters are NOT populated in the DTO. For example, given -- Raw query string: ?loc