Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ace checkboxButtons
-
Assignee Priority:P2
-
Affects:Compatibility/Configuration
-
Workaround Description:Use <h:selectOneCheckbox>
Description
when using the following markup (can paste this into showcase example dataTableDynamicColumns.xhtml):-
{code}
<ace:checkboxButtons id="checkbox"
mutuallyExclusive="false"
value="#{dataTableDynamicColumns.selectedCheckboxes}"
valueChangeListener="#{dataTableDynamicColumns.checkboxChange}"
styleClass="checkboxes">
<ace:ajax render="@form" execute="@this"/>
<f:selectItems value="#{dataTableDynamicColumns.checkboxes}"/>
</ace:checkboxButtons>
{code}
note that if you use several <f:selectItem with an itemValue and itemLabel, then the labels appear on the checkboxes. It is simply the use of the <f:selectItems> that shows no labels. A checkbox is rendered (see attached screenshot).
{code}
<ace:checkboxButtons id="checkbox"
mutuallyExclusive="false"
value="#{dataTableDynamicColumns.selectedCheckboxes}"
valueChangeListener="#{dataTableDynamicColumns.checkboxChange}"
styleClass="checkboxes">
<ace:ajax render="@form" execute="@this"/>
<f:selectItems value="#{dataTableDynamicColumns.checkboxes}"/>
</ace:checkboxButtons>
{code}
note that if you use several <f:selectItem with an itemValue and itemLabel, then the labels appear on the checkboxes. It is simply the use of the <f:selectItems> that shows no labels. A checkbox is rendered (see attached screenshot).
Issue Links
- blocks
-
ICE-11258 Replace h: components in Showcase with ace: versions
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | checkboxButtons label missing.png [ 22547 ] |
Judy Guglielmin
made changes -
Judy Guglielmin
made changes -
Fix Version/s | 4.2 [ 12870 ] |
Judy Guglielmin
made changes -
Assignee | Ken Fyten [ ken.fyten ] |
Judy Guglielmin
made changes -
Summary | ace:checkboxButtons should show label when using f:selectItems | ace:checkboxButtons and radioButtons should show label when using f:selectItems |
Judy Guglielmin
made changes -
Summary | ace:checkboxButtons and radioButtons should show label when using f:selectItems | ace:checkboxButtons should show label when using f:selectItems |
Ken Fyten
made changes -
Assignee | Ken Fyten [ ken.fyten ] | Arturo Zambrano [ artzambrano ] |
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Fix Version/s | 4.2 [ 12870 ] | |
Assignee Priority | P2 [ 10011 ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Affects | Compatibility/Configuration [ 10002 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |