Oh, you'll want to use HibernateDataProvider or CriteriaDataProvider. I'm about to get rid of HibernateDataSource to remove this confusion, but it involves rewriting GridPanel. I hope to have it done before this weekend when WicketStuff is released.
On 9/14/05, Troy MacNeil <[EMAIL PROTECTED]> wrote: > Thanks, for the pointer. DataView does look much more like what I want > and I'll have to take a closer look. I'd taken a quick look at it before > but wasn't sure how to get from a HibernateDataSource or List to > something it would like. > > Thanks, > Troy > > > On Wed, 2005-14-09 at 08:14 -0700, Phil Kulak wrote: > > No, don't use a ListView, use a DataView. You can do what you want > > with the GridPanel, however, by implementing your own IColumn. That's > > a bit of a pain though. > > > > On 9/14/05, Troy MacNeil <[EMAIL PROTECTED]> wrote: > > > Is there an easy way to add Links to a GridPanel? I'd like to change the > > > edit button to go elsewhere instead of editing internally. I'd also like > > > to change the column headers that are displayed. > > > > > > I vaguely recall seeing an example that did this using an interface > > > (ILinkListener?) but can't find it anywhere. > > > > > > Right now I'm using a ListView to accomplish something like this but > > > it's a lot of code for fewer features :) > > > > > > Thanks, > > > Troy > > > > > > > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: > > > Tame your development challenges with Apache's Geronimo App Server. > > > Download > > > it for free - -and be entered to win a 42" plasma tv or your very own > > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
