[richfaces-issues] [JBoss JIRA] Resolved: (RF-8348) rich:treeNode renders body of rich:dndParam in label

Andrey Markhel (JIRA) jira-events at lists.jboss.org
Mon Feb 8 15:28:21 EST 2010


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

Andrey Markhel resolved RF-8348.
--------------------------------

    Resolution: Cannot Reproduce Bug


Issue isn't reproducible under jsf1.2, maybe you are using jsf2.0? Same kind of problem was founded https://jira.jboss.org/jira/browse/RF-8347 and fixed

> rich:treeNode renders body of rich:dndParam in label
> ----------------------------------------------------
>
>                 Key: RF-8348
>                 URL: https://jira.jboss.org/jira/browse/RF-8348
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tree, regression
>    Affects Versions: 3.3.3.BETA1
>            Reporter: John Leed
>            Assignee: Andrey Markhel
>             Fix For: 3.3.3.CR1
>
>
> I have a tree node that worked correctly in RF 3.3.2:
> <rich:treeNode id="pogRow-node" type="pogRow" dragType="pogRow" acceptedTypes="pogRow, pogRow-new, pogItem, pogItem-new"
>                             icon="images/package.png" iconLeaf="images/package.png">
>     <rich:dndParam name="label" type="drag">#{node.entity.label}</rich:dndParam>
>     <h:outputText value="#{node.entity.label}"/>
> </rich:treeNode>
> If 3.3.3-BETA1, the body of the rich:dndParam tag is rendered in with the node label.
> Changing the tag to <rich:dndParam name="label" type="drag" value="#{node.entity.label}" /> is a workaround.

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

        


More information about the richfaces-issues mailing list