Hi,
I am implementing a combo box using html
ptionsCollection. Here is my
jsp as it currently stands:
When I select an option, the form submits, however, on the reload I am getting an error.
Here is my ActionForward method:
Am I missing something here? The "viewLaborManagement" forward returns the user to the same jsp page as before, and I would like to display the same combo box, this time with the appropriate option selected.
Any advice much appreciated.
Thanks!
Christopher