[
https://jira.jboss.org/jira/browse/RF-4557?page=com.atlassian.jira.plugin...
]
Nick Belaevski commented on RF-4557:
------------------------------------
Such tree:
<rich:tree id="tree" switchType="ajax"
value="#{bean.data}" var="data"
nodeFace="text"
changeExpandListener="#{bean.onExpand}"
nodeSelectListener="#{bean.onSelect}" binding="#{bean.tree}"
onselected="window.status='selectedNode: '+event.selectedNode;"
onexpand="window.status='expandedNode: '+event.expandedNode"
oncollapse="window.status='collapsedNode: '+event.collapsedNode"
ajaxSubmitSelection="true"
preserveModel="none"
dragIndicator="treeIndicator"
immediate="false"
acceptedTypes="file1"
dragType="#{bean.dragOn ? 'file1' : ''}"
dropListener="#{bean.processDrop}"
styleClass="#{bean.styleClass}"
reRender=":counter"
<dnd:dndParam name="treeParam" value="Tree Parameter" />
<dnd:dndParam name="accept" value="accept" />
</rich:tree>
won't escape < > symbols contained in rendered row data
TreeNode: default representation does not escape content
--------------------------------------------------------
Key: RF-4557
URL:
https://jira.jboss.org/jira/browse/RF-4557
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 3.3.0
--
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