Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Updatable table grid

843836Nov 30 2004 — edited Mar 23 2005
Hi there
I am new to JSP pages and I am trying to find an example of code that can do the following:
-Display records from a database in a table grid on the jsp page.
-The grid should be scrollable (pageable) and say display only 10 records at a time.
..�and the tricky part�..
-I would also like to be able to modify the data when it is displayed in the grid fields and press say 'Save' to have it updated to the database. [Most examples I see is where the user selects a grid line and presses modify and a new JSP page is displayed and the user can update just that row. - [u]I am not looking to do this. I would like the user to be able to modify all 10 records that are displayed and press "Save" to have all these sent to the database for update.

Anyone seen any example or can help?
Thanks
Peter
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2005
Added on Nov 30 2004
7 comments
118 views