Found the problem - I had two FilterToolbars associated with the same FilterForm. The second FilterToolbar was clobbering the value set by the first. Removing the second FilterToolbar corrected the problem.
On Nov 12, 2007 7:34 PM, Nick Heudecker <[EMAIL PROTECTED]> wrote: > Since updating to Wicket 1.3RC1 it appears that updates to the filter > columns aren't getting set. For instance, if enter a first name into a text > field filter column, the value I enter isn't passed through to the > DataProvider implementation. > > Is anyone else seeing odd behavior in the DataTable/DataProvider classes? > I know the API changed between 1.3beta3 and RC1, which seems to have > helped introduce the problem I'm having. > > Any information is appreciated. Thanks. > > -Nick >
