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

John Leed (JIRA) jira-events at lists.jboss.org
Wed Feb 3 16:48:19 EST 2010


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
    Affects Versions: 3.3.3.BETA1
            Reporter: John Leed


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