Hi, I am wanting to add a filtering component to my page which filters a AjaxFallbackDefaultDataTable. I have seen the filter toolbar - but it is not exactly what I need.
I have set up the filter object itself in my data provider (implemented as IFilterStateLocator) so the actual filtering should not be a problem. I am trying now to use a "FilterForm" accompanied with a couple of TextFilter components however I am not too sure if this is the way to go. It seems to me that I could just potentially use a normal form with textfields and upon pressing the filter button I call my data provider. (a) Could you please give me some advice with how to proceed from here. (b) An explanation regarding how FilterForm (in particular the FOCUS-TRACKER and FOCUS-RESTORE) and TextFilter work - as I could not really understand the javadocs. (c) Is the use of FilterForm and TextFilter even correct? Look forward to some responses. Thanks and regards, Jeremy -- View this message in context: http://www.nabble.com/How-to-add-filtering-to-AjaxFallbackDefaultDataTable-tf4825529.html#a13806422 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
