First some background information: I'm running Tomcat 4.1.18 on Windows
2000, my browser is Mozilla 1.2.1 (and I've tried it in IE 5.5, also), and
I'm using the character encoding ISO-8859-1.

Now, here's my problem. I'm using the following select statement:

<html:select property="project_status" size="5" multiple="true">
        <html:option value=""></html:option>
        <html:option value="v1">Primary Interest Area</html:option>
        <html:option value="v2">Secondary Interest Area</html:option>
        <html:option value="v3">Third Interest Area</html:option>
</html:select>

All of the options display correctly in the select box except for the first
one, which displays
???en_US.null???

If I replace that statement with <html:option value="" /> or <html:option
value="" key="" />, I receive the same error.

Is this a known bug and I just missed it when I searched bugzilla and the
user archive, or am I doing something wrong?

Thanks in advance for your help. I appreciate any answers or ideas.

Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to