You can simply use something like this in your realization of DataProvider:
@Override
public IModel<Entity> model(Entity entity)
{
return new Model<Entity>(entity);
}
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Perfomance-of-IDataProvider-tp3325777p3328194.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]