[richfaces-issues] [JBoss JIRA] (RF-12582) rich:tree doesn't work without setting @var attribute

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Oct 30 14:09:01 EDT 2012


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

Brian Leathem updated RF-12582:
-------------------------------

    Fix Version/s: 5-Tracking

    
> rich:tree doesn't work without setting @var attribute
> -----------------------------------------------------
>
>                 Key: RF-12582
>                 URL: https://issues.jboss.org/browse/RF-12582
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.3.0.M2
>            Reporter: Jan Papousek
>             Fix For: 5-Tracking
>
>
> I'd like to define simple tree (toString() method is used to render tree nodes) with the following code:
> {code}
> <rich:tree value="..." />
> {code}
> Unfortunately the code above doesn't render expected tree. To render it one has to define also @var attribute:
> {code}
> <rich:tree value="..." var="node" />
> {code}
> Since variable "node" isn' referenced from rich:tree inner code, I don't think it should be required (and it isn't required according to [VDL doc|http://docs.jboss.org/richfaces/latest_4_2_X/vdldoc/rich/tree.html]).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list