| Author |
html:optionsCollection form submit - error
|
Christopher Frankland
Ranch Hand
Joined: Jan 22, 2005
Posts: 42
|
|
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
|
 |
Christopher Frankland
Ranch Hand
Joined: Jan 22, 2005
Posts: 42
|
|
Sorry! Figured it out. Hopefully this might be of help to somebody else. The fix was to make sure I included the call to the DAO in the section of code that handles the form action (in the ActionForward). Thanks.
|
 |
 |
|
|
subject: html:optionsCollection form submit - error
|
|
|