[richfaces-issues] [JBoss JIRA] Commented: (RF-4557) TreeNode: default representation does not escape content

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Dec 5 01:25:36 EST 2008


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

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

        



More information about the richfaces-issues mailing list