aspose file tools
The moose likes JSF and the fly likes displaying data in panelgrid Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "displaying data in panelgrid" Watch "displaying data in panelgrid" New topic
Author

displaying data in panelgrid

Shrikant Naidu
Greenhorn

Joined: Mar 09, 2009
Posts: 3
Hi Experts,

I want to know ,can i display the data from the data base in panel grid in Java Server Faces.
Actually my requirement is to show the customer records in panelgrid,and by selecting or clicking on particular record it,the particular fields of that record will be entered in the text box.....

And also this records may be in huge number & continously increasing....

please help me..if you have any sample code for that ,then please suggest me.
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
Use h:dataTable, not h:panelGrid.


Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: displaying data in panelgrid
 
Similar Threads
How to select a particular element from xml doc having many elements
NX:what is lockCookie
exract the values of a row which is dynamically generated
Illgeal XML Characters???
edit and delete operations Datatable In MY faces