Jan Papousek created RF-12582:
---------------------------------

             Summary: 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


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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to