[ http://issues.apache.org/jira/browse/MYFACES-328?page=all ]

Bruno Aranda updated MYFACES-328:
---------------------------------

    Component: Tomahawk

> h:selectOneRadio error in x:tree
> --------------------------------
>
>          Key: MYFACES-328
>          URL: http://issues.apache.org/jira/browse/MYFACES-328
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>     Versions: 1.0.9 beta
>     Reporter: Jason Hoo

>
> <x:tree var="item" value="#{form.tree}">
>    <x:treeColumn>
>       <h:outputText id="nodeValue" value="#{item.nodeValue}"/>
>    </x:treeColumn>
>    <h:column>
>       <h:selectOneRadio id="radioValue" value="#{item.radioValue}">
>          <f:selectItems value="#{form.radioValues}">
>       </h:selectOneRadio>
>    </h:column>
> </x:tree>
> h:selectOneRadio rendered in x:tree by same name and id, so all radio button 
> rendered in one group. h:selectOneRadio rendered in x:dataList is no error, 
> and name & id  with additional _idxx_.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to