> Actually first just to appease me/us do a bean:write
> property="taskCodeType" right before you do the select options
> portion in your jsp. Then also view source of the page and see what
> you have listed as the values of the options (maybe your values aren't
> matching what is displayed, assuming you aren't using the label as the
> value of course). Let me know how it turns out.
>
Rick,
<td>Task Code Type
<input type="text" name="taskCodeType" size="30" value="D
">
<select name="taskCodeType"><option value="I">Internal</option>
<option value="C1">Client1</option>
<option value="C2">Client2</option>
<option value="D">Development</option></select></td>
It appears that I have the taskCodeType defined as char(15) in my
database --- that's why the value
is D(14 spaces)....
I need to either make the values column char(15) or switch taskCodeType to
be a varchar.
Thanks for your help!
-jm
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>