Re: Re: DataTable and FilterToolbar

2012-03-05 Thread bouroy
I am having same problem with many textfields including TextFilter on FilterToolBar within a form. Could you please post your solution? Many thanks, -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DataTable-Multiple-Filter-and-OrderSubmittingLink-tp3520329p4446496.

Re: Re: DataTable and FilterToolbar

2011-12-05 Thread cheesus
To follow up that old post of mine, the solution is of course to add a "default button", and if we don't have one, but need one, we make it invisible: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DataTable-Multiple-Filter-and-OrderSubmittingLink-tp3520329p416045

Re: Re: DataTable and FilterToolbar

2011-05-17 Thread Igor Vaynberg
it is meant to go into one of the columns. usually there is an "action" column and this filter is meant to go with that column. if you do not have such, simply replicate the functionality - you have the source. -igor On Tue, May 17, 2011 at 11:34 AM, Tom Eicher wrote: > >> there is a GoAndClearF

Re: Re: DataTable and FilterToolbar

2011-05-17 Thread Tom Eicher
there is a GoAndClearFilter which can submit the search form afair Yes, but that ons is meant for use within a form, as you write, but not within a FilterToolbar embedded in a DataTable. Or how would you use it / where would you put in a FilterToolbar ? (The FilterToolbar is below the column

Re: DataTable and FilterToolbar

2011-05-16 Thread Igor Vaynberg
there is a GoAndClearFilter which can submit the search form afair -igor On Mon, May 16, 2011 at 12:55 PM, Tom Eicher wrote: > > Hi, I guess no reply means it's not a simple FAQ ;-) > > So to start it easy: > > If I have a DataTable, with a FilterToolbar, and > a TextFilteredPropertyColumn, how