Hello!
Under IE 6.0.29, any text associated with shortDesc within the tr:selectOneRadio is always displayed. It operates normally under Firefox and Safari.

<tr:selectOneRadio id="test" layout="vertical" label="this is the label"
value="#{test.testValue}" required="true" shortDesc="this is help text">
        <f:selectItem itemLabel="Yes" itemValue="Y" />
        <f:selectItem itemLabel="No" itemValue="N" />
</tr:selectOneRadio>

IE 6 will always display:  this is the label this is the help text

All other browsers will display:  this is the label

In both cases, hovering the mouse over the label text properly displays the help text pop up.


Reply via email to