Hi,

when using the Select component with an Enum the options within the select tag wont 
render the </option> tag.

Example:

The enum

public enum TestEnum {
        ONE,TWO,THREE;
}

will render the select

<select id="selected" name="selected">
        <option value="ONE">One
        <option value="TWO">Two
        <option selected="selected" value="THREE">Three
</select>

Is this a known bug? (I'm not familiar with JIRA so I dont know how to post 
this or if it has been noticed)

regards
-Erik


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

Reply via email to