Re: Dynamic Query????

2009-07-08 Thread Igor Vaynberg
use datatable -igor On Wed, Jul 8, 2009 at 11:28 AM, Sridhar Rsfu...@yahoo.com wrote: I am going through wicket as possible framework for a project. One of my requirements is 1) lot of Database query using hibernate/ibatis/jdbc 2) Each query will return atleast 100 - 120 rows which i can

Re: Dynamic Query????

2009-07-08 Thread Marc Nuri (GMail)
Have a look at inmethod grid and its datasource interfaces. I use it in one of my projects to display JPA queries and it works great.Features include sorting, and inline editing. -- Marc Nuri

Re: Dynamic Query????

2009-07-08 Thread Per Newgro
Did you check http://www.wicketstuff.org/wicket13/repeater ? See the source code (upper right corner of page) Cheers Per - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: Dynamic Query????

2009-07-08 Thread sfunds
Marc Nuri (GMail) wrote: Have a look at inmethod grid and its datasource interfaces. I use it in one of my projects to display JPA queries and it works great.Features include sorting, and inline editing. -- Marc Nuri where can i find that component. www.inmethod.com is showing

Re: Dynamic Query????

2009-07-08 Thread Stefan Malmesjö
http://www.nabble.com/inmethod---grid-website--td20086965.html On Wed, Jul 8, 2009 at 8:57 PM, sfunds sfu...@yahoo.com wrote: Marc Nuri (GMail) wrote: Have a look at inmethod grid and its datasource interfaces. I use it in one of my projects to display JPA queries and it works

Re: Dynamic Query????

2009-07-08 Thread Igor Vaynberg
http://wicket-stuff.svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicketstuff-core/inmethod-grid-parent/ -igor On Wed, Jul 8, 2009 at 11:57 AM, sfundssfu...@yahoo.com wrote: Marc Nuri (GMail) wrote: Have a look at inmethod grid and its datasource interfaces. I use it in one of my