sonika
08-09-2004, 05:05 PM
I am trying to modify a web page. Currently, a user can search and the results are displayed with 3 columns and multiple rows.
Ex: Search Results:
Column1(Name) -- Column2(Age) -- Column3(SchoolName)
Lara Smith -- 25 -- Stanford
Joe Smith -- 24 -- Clemson
Brian Smith -- 30 -- MIT
Monika Smith -- 19 -- Clemson
I need to modify this to provide a functionality that helps an admin to select multiple search results and click on a button to set some status in the backend database for the selected items. We are using HTML/JavaScript/Velocity/Java (Struts)/EJB...
Any guidance in how to implement this functionality is appreciated.
Thanks.
Sonika
Ex: Search Results:
Column1(Name) -- Column2(Age) -- Column3(SchoolName)
Lara Smith -- 25 -- Stanford
Joe Smith -- 24 -- Clemson
Brian Smith -- 30 -- MIT
Monika Smith -- 19 -- Clemson
I need to modify this to provide a functionality that helps an admin to select multiple search results and click on a button to set some status in the backend database for the selected items. We are using HTML/JavaScript/Velocity/Java (Struts)/EJB...
Any guidance in how to implement this functionality is appreciated.
Thanks.
Sonika