Hi all, I have a listmodel:
IModel<List<A>> listModel = new
ListModel<List<A>>(method.retrieveAlist());
Is it possible to feed the model from the original list but add additional
elements of type A to the model only, without being mapped back to the list?
thanks a lot,
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
