> This:
> <html:option value="${emailGroup.emailGroupID}">
> produces this:
> <option value="${emailGroup.emailGroupID}">
> instead of this:
> <option value="17">
OK, so now I look at this a bit more closely.
You haven't terminated the <option...> tag. It should read:
<option value="${emailGroup.emailGroupID}"/>
I would have expected an error message from that but what do I know?
--
Tim Slattery
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]