[ 
https://issues.jboss.org/browse/RF-10934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Belaevski updated RF-10934:
--------------------------------

    Fix Version/s: 4.Future


> tree: simple variant of using default treeNode should not require var 
> definition.
> ---------------------------------------------------------------------------------
>
>                 Key: RF-10934
>                 URL: https://issues.jboss.org/browse/RF-10934
>             Project: RichFaces
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: component-tree
>    Affects Versions: 4.0.0.Final
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>             Fix For: 4.Future
>
>
> I created simple swing tree node and added next page definition:
>               <h:form>
>                       <rich:tree value="#{swingTreeNodeBean.rootNodes}" />
>               </h:form>
> that code rendered nothing. 
> After var addition:
>               <h:form>
>                       <rich:tree value="#{swingTreeNodeBean.rootNodes}" 
> var="node" />
>               </h:form>
> it started to work as expected.
> I think var should not  be mandatory for that case.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to