On Fri, May 27, 2011 at 2:38 PM, Maxrunner <joao.rossa_at_gmail.com> wrote:
>
> Another possiblity is just a very simple wrapper bean. Something like:
>
> public class ListWrapper<T> {
> public List<T> rootNameIWant;
> }
>
> and return that instead of List. Or, if you want fully dynamic name
> Yes, but then you end up with two names, the listwrapper name and the type
> of objects in the list:
No, how would list elements get any wrapping?
-+ Tatu +-