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

John Leed (JIRA) jira-events at lists.jboss.org
Mon Feb 8 15:36:19 EST 2010


    [ https://jira.jboss.org/jira/browse/RF-8348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12511111#action_12511111 ] 

John Leed commented on RF-8348:
-------------------------------

Yes, I am using JSF 2.0 with Facelets 1.1.15. Appserver is Glassfish v3 on Windows Server 2003 R2.

The screenshot in RF-8347 looks similar to what I was experiencing, but I use the DarkX skin on Windows.

> 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