You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Nick Heudecker <nh...@gmail.com> on 2007/11/13 02:34:45 UTC

Problem with DefaultDataTable filtering?

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

Re: Problem with DefaultDataTable filtering?

Posted by Evan Chooly <ev...@gmail.com>.
bwahahahahaha.  ahem.  To each his own, I suppose.

On Nov 13, 2007 12:26 AM, Eelco Hillenius <ee...@gmail.com> wrote:
> On Nov 12, 2007 6:33 PM, anita nichols <an...@gmail.com> wrote:
> > Please unsubscribe
>
> Nah. Nick is a good guy. Let's keep him around ;-)
>
> Eelco
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Problem with DefaultDataTable filtering?

Posted by Eelco Hillenius <ee...@gmail.com>.
On Nov 12, 2007 6:33 PM, anita nichols <an...@gmail.com> wrote:
> Please unsubscribe

Nah. Nick is a good guy. Let's keep him around ;-)

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Problem with DefaultDataTable filtering?

Posted by anita nichols <an...@gmail.com>.
Please unsubscribe

Re: Problem with DefaultDataTable filtering?

Posted by Nick Heudecker <nh...@gmail.com>.
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 <nh...@gmail.com> 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
>