[
https://issues.apache.org/jira/browse/TOMAHAWK-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673096#action_12673096
]
Joe Knudsen commented on TOMAHAWK-1393:
---------------------------------------
Here is the component example I am using.
<t:selectManyCheckbox id="chkAccommodationCodes"
disabled="#{editAssessmentController.editFormData.modeView}"
styleClass="DynamicContent"
layout="pageDirection"
layoutWidth="2"
rendered="#{!editAssessmentController.editFormData.accommodationSelectionListEmpty}"
value="#{editAssessmentController.editFormData.subjectDetail.accommodationCodeList}">
<f:selectItems
value="#{editAssessmentController.editFormData.accommodationSelectionList}"/>
</t:selectManyCheckbox>
> t:selectManyCheckbox renders the checkbox after the text when it should be
> before the text
> ------------------------------------------------------------------------------------------
>
> Key: TOMAHAWK-1393
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1393
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Affects Versions: 1.1.8
> Environment: I am using Windows XP with Tomcat 6.0.18 and MyFaces
> 1.2.5.
> Reporter: Joe Knudsen
> Priority: Minor
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> When using the t:selectManyCheckbox component the checkbox is on the wrong
> side. When I use h:selectManyCheckbox that works but I wanted two columns
> and the layoutWidth is support in Tomahawk. Seems like an easy issue to
> resolve.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.