D
Daku
Could some Java guru please help ? I have a JSP, which calls a
Servlet, which in turn does some database queries, and then generates
a
Web page, in its 'doGet' method, and displays the retreived data. The
retreived data is displayed as a set of checkboxes with suitable
labels and all. By seelcting appropriate checkboxes, and clicking on a
button, the user
adds the selected item to another list. I was
wondering if there is a way to achieve the same something like the
following - the user simply passes the mouse over the items he/she
wants (no checking of checkboxes) and the items get selected. Any
hints, suggestions would be of immense value. Thanks in advance fro
your help.
Servlet, which in turn does some database queries, and then generates
a
Web page, in its 'doGet' method, and displays the retreived data. The
retreived data is displayed as a set of checkboxes with suitable
labels and all. By seelcting appropriate checkboxes, and clicking on a
button, the user
adds the selected item to another list. I was
wondering if there is a way to achieve the same something like the
following - the user simply passes the mouse over the items he/she
wants (no checking of checkboxes) and the items get selected. Any
hints, suggestions would be of immense value. Thanks in advance fro
your help.