[Wicket-user] Table Column Code Replacement Values

2007-07-06 Thread Ox
[2] = new TextFilteredPropertyColumn(new Model(code), code, code); ... DefaultDataTable table = new DefaultDataTable(table, columns, dataProvider, 50); What kind of mechanism shoul I use to achieve that? Is there a specific class made for this purpose? Thanks a lot, Ox -- View this message

Re: [Wicket-user] Filterable DefaultDatatable

2007-07-04 Thread Ox
. How are used the getFilterState and setFilterState of my DataProvider. I know I've got a lack of understanding those concept. What should I read to fill this gap? Thanks a lot! Ox igor.vaynberg wrote: you dont need to do anything in onsubmit, it will automatically reload the current page

[Wicket-user] Filterable DefaultDatatable

2007-07-03 Thread Ox
example? I putted some of my code here... The rest is really base on the wicket-phonebook example I have seen a similar question in the Filterable ListViews thread but don't really understand how to adapt it in the phonebook example. Thanks a lot, Ox public class ListContactPage extends