Hi Redirecting to the users list. The lists should be supported.
legalName.first means that a top level bean has a legalName property, but this is a complex property, representing a nested bean, say Name which has two properties, 'first' and 'last'. what exactly you're trying to do ? I think if a property such as 'name' is a List then doing ?name=bar&name=foo should ensure a List 'name' will have 2 values cheers, Sergey On Thu, Apr 22, 2010 at 12:40 PM, HeJam <[email protected]> wrote: > > Hi All, > > Do any one knows how to construct the URL of REST server when one of the > parameters is List. It just like the example of 'Parameter beans' of JAX-RS > (JSR-311), says: > > /getPerson?sex=M&legalName.first=John&legalName.last=Doe&homeAddr.city=Reno&homeAddr.state=NV. > But what's the url should be if the first of legalName is a list( > List<String>). > > For the Jax-RS(JSR-311) document that mentioned, please refer to > http://cxf.apache.org/docs/jax-rs.html#JAX-RS-Parameterbeans > > Any helps will be really appreciated. > > Thanks! > Jam > _________________________________________________________________ > 约会说不清地方?来试试微软地图最新msn互动功能! > http://ditu.live.com/?form=TL&swm=1
