-
The only constant in life is change.
- Original Message
From: Thomas Kappler <[EMAIL PROTECTED]>
To: users@wicket.apache.org
Sent: Thursday, January 24, 2008 12:47:35 AM
Subject: Re: listView sorting question
On Jan 23, 2008 10:35 PM, Beyonder Unknown <[EMAIL PROTECTED]>
wr
On Jan 23, 2008 10:35 PM, Beyonder Unknown <[EMAIL PROTECTED]> wrote:
> The use case is that, I have a page that renders a listview, and I need to
> add a link that sorts the list when clicked. My listView uses
> LoadableDetachableModel that retrieves data using hibernate backend.
In my current
Thanks Igor! I appreciate it.
Regards,
Wen Tong
--
The only constant in life is change.
- Original Message
From: Igor Vaynberg <[EMAIL PROTECTED]>
To: users@wicket.apache.org
Sent: Wednesday, January 23, 2008 1:43:06 PM
Subject: Re: listView sorting question
there are sortable
there are sortable grids examples in wicket-examples under repeaters.
wicketstuff.org/wicket13/repeater
-igor
On Jan 23, 2008 1:35 PM, Beyonder Unknown <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I was wondering if there's a better way to sort a list view. The use case is
> that, I have a page
Hi All,
I was wondering if there's a better way to sort a list view. The use case is
that, I have a page that renders a listview, and I need to add a link that
sorts the list when clicked. My listView uses LoadableDetachableModel that
retrieves data using hibernate backend.
Any help will be g