[Wicket-user] MarkupContainer.autoAdd in DataView

2007-04-25 Thread craigdd
Is it possible to implement IComponentResolver interface in a child implementation of DataView so that a Label object is added for each cell found in the markup? This would be similar to some of the examples I've seen when extending ListView. Thanks Craig -- View this message in context:

Re: [Wicket-user] MarkupContainer.autoAdd in DataView

2007-04-25 Thread craigdd
Ok, after doing a little research I found out that if you create your own implementation of IDataProvider or extend an existing one. you can over ride the model method with; @Override public IModel model(Object object) {