Re: GSOC 2011 ideas for custom components

2011-03-25 Thread Norman Franke
I've made a more semi-generic HibernateDataSource that works based upon a SQL query. I seem to need to do that a lot, and using the Criteria API just doesn't cut it sometimes. I can post that If people are interested. It modifies the query to add "order by" based on the sort criteria, so it

Re: GSOC 2011 ideas for custom components

2011-03-25 Thread dragan.sahpas...@gmail.com
I guess this could be done when tapestry creates the GridModel and GridDataSource from the List. Off course for smarter HibernateDataSource more work needs to be done by pushing the sort in the hibernate criteria. Maybe we could do this as a configuration symbol maybe. Cheers, Dragan Sahpaski

Re: GSOC 2011 ideas for custom components

2011-03-25 Thread Vangel V. Ajanovski
On 03/24/2011 09:10 PM, dragan.sahpas...@gmail.com wrote: 2. Grid enhacements: 1. better pager, 2. sorting params go in URL, 3. Better HibernateDataSource (more generic). 4.Changing column order and visibility and saving this in a db. +1 And if the philosophy of Tapestry is to fix things that g