selectManyCheckbox ignores Attribute inline="true"
--------------------------------------------------
Key: TOBAGO-429
URL: https://issues.apache.org/jira/browse/TOBAGO-429
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 1.0.10
Environment: IE / FF
Reporter: Rainer Rohloff
selectManyCheckbox ignores Attribute inline="true"
<tc:selectManyCheckbox value="#{selectTestBean.selectMany}" inline="true" >
<f:selectItems value="#{selectTestBean.items}"/>
</tc:selectManyCheckbox>
selectOneRadio works as expected:
<tc:selectOneRadio value="#{selectTestBean.radioValue}" inline="true"
required="true" id="radio01">
<f:selectItems value="#{selectTestBean.items}" />
</tc:selectOneRadio>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.