You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Rainer Rohloff (JIRA)" <de...@myfaces.apache.org> on 2007/06/15 12:05:26 UTC

[jira] Created: (TOBAGO-429) selectManyCheckbox ignores Attribute inline="true"

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.


[jira] Resolved: (TOBAGO-429) selectManyCheckbox ignores Attribute inline="true"

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Bohmann resolved TOBAGO-429.
----------------------------------

    Resolution: Fixed

> 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
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.12
>
>
> 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.