Re: [Wicket-user] Question about DataGridView

2007-03-10 Thread blackboy zabaha
Hi, - OK, I will red it clearly *[Wicket-user] Design questions: Use of controllers and wicket models * * *- there should be a method on Item like getIndex() ICellPopulator#populateItem(Item cellItem, String componentId, IModel rowModel) but it is cellItem it return index of column, not index

[Wicket-user] Question about DataGridView

2007-03-09 Thread blackboy zabaha
Hi, I have a little question, I'm using a DataGridView to display dynamic columns in table, each row has modify link, view detail link, and a selecting chckbox that when user select some checkbox and submit delete button, rows with selected checkbox will be deleted. modify link

Re: [Wicket-user] Question about DataGridView

2007-03-09 Thread Igor Vaynberg
On 3/9/07, blackboy zabaha [EMAIL PROTECTED] wrote: - with the checkbox I can't get the list of selected row, I try to do DataGridView.getModelObject but it return null, so my question is how can I get list of model object in current page of DataGridView, it take IDataProvider rather than