D
Daku
Could some Java guru please help ? I have a standard Servlet class, in
the 'doPost' method of
which I generate a Web page, which dynamically
generates a list of checkboxes while displaying the results of a
database query. The form in the dynamically generated Web page simply
does a HTTP 'POST' to the same servlet. So, if I select a set of items
in the check box list, and then do a POST, how do I recover the
checked items ?
Any hints, suggestions would be of immense help. Thanks in advance.
the 'doPost' method of
which I generate a Web page, which dynamically
generates a list of checkboxes while displaying the results of a
database query. The form in the dynamically generated Web page simply
does a HTTP 'POST' to the same servlet. So, if I select a set of items
in the check box list, and then do a POST, how do I recover the
checked items ?
Any hints, suggestions would be of immense help. Thanks in advance.