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 view using
   Repeater dataview /datagrid class
 3) Do i need to hard code my HTML files for each query since the column names 
 will be different for each query or can i use some form of template html and 
 dynamically name column names

 Thanks

 Sridhar




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



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



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: users-h...@wicket.apache.org



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 something
different


-- 
View this message in context: 
http://www.nabble.com/Dynamic-Query-tp24396918p24397352.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



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 great.Features include
  sorting, and inline editing.
  --
  Marc Nuri
 
 
  where can i find that component. www.inmethod.com is showing something
 different


 --
 View this message in context:
 http://www.nabble.com/Dynamic-Query-tp24396918p24397352.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


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




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 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 something
 different


 --
 View this message in context: 
 http://www.nabble.com/Dynamic-Query-tp24396918p24397352.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


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



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