You can write custom logic
just make a setter something like
public void  setIdLists (ArrayList ids)
{
//here you can break the ids using some loop
}

this might not be the best solution but can be one of the solutions

On Fri, Apr 27, 2012 at 2:13 AM, Scott Koenig <[email protected]>wrote:

> If my action has
>
> private List<Long> ids;
> private List<List<Long>> idLists;
>
> I can pass ?ids=3&ids=4
>
> to get ids initialized to [3, 4] in the setter.
>
> Is there a syntax which will support initialization of idLists to [[1,2],
> [5,6]]?
>
> Thanks,
> ~~Scott
>



-- 
APS

Reply via email to