Hi, See org.apache.wicket.extensions.markup.html.repeater.data.table.PropertyColumn#populateItem() You'll need to override that method and add some Date**Field to the item
On Wed, Apr 25, 2012 at 4:20 PM, Sandor Feher <[email protected]> wrote: > Hi, > > > I need to add date formater and/or validator to a column in the filterform. > > .... > IColumn col_cru=columns.add(new TextFilteredPropertyColumn<HrpContent, > String>(new ResourceModel("contentlisttable.cru"), "cru", "cru")); > .... > > TIA, Sandor > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/FilterForm-Date-column-formatting-tp4586557p4586557.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] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
