Updatable table grid
843836Nov 30 2004 — edited Mar 23 2005Hi 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