Your help would be appreciated.
------------------------------------------------------------
QUESTION 1:
I need to display a list of vendor info in a tabular format (the data is
from an Oracle database). The list is rather long. Right now I have it
displayed on 1 page with scroll bars on the right/bottom.
I would like to know if it is possible to have the page display 10 records
at a time and with BACK and FORWARD buttons to navigate thru the records.
I can do it in JavaScript with the data "hard-coded" in arrays. But I need
to handle dynamic data here.
------------------------------------------------------------
QUESTION 2:
Is it possible to have a list of records displayed in a tabular format
(object items are read only) , highlight the selected record, and display
the selected record in a form format (object items are editable) on the
lower part of the same window?
Right now, I have the tabular info in one JSP, and each record has a readio
button. When a record is selected, another JSP kicks in and the editable
form replaces the tabular list (I would like to have them both in the same
window at the same time, and the bottom portion reflects whatever selection
made to the upper portion).
------------------------------------------------------------
Dove85
------------------------------------------------------------
QUESTION 1:
I need to display a list of vendor info in a tabular format (the data is
from an Oracle database). The list is rather long. Right now I have it
displayed on 1 page with scroll bars on the right/bottom.
I would like to know if it is possible to have the page display 10 records
at a time and with BACK and FORWARD buttons to navigate thru the records.
I can do it in JavaScript with the data "hard-coded" in arrays. But I need
to handle dynamic data here.
------------------------------------------------------------
QUESTION 2:
Is it possible to have a list of records displayed in a tabular format
(object items are read only) , highlight the selected record, and display
the selected record in a form format (object items are editable) on the
lower part of the same window?
Right now, I have the tabular info in one JSP, and each record has a readio
button. When a record is selected, another JSP kicks in and the editable
form replaces the tabular list (I would like to have them both in the same
window at the same time, and the bottom portion reflects whatever selection
made to the upper portion).
------------------------------------------------------------
Dove85