[JBoss JIRA] Created: (RF-4808) Tree: first onselected event can not be canceled
by Nick Belaevski (JIRA)
Tree: first onselected event can not be canceled
------------------------------------------------
Key: RF-4808
URL: https://jira.jboss.org/jira/browse/RF-4808
Project: RichFaces
Issue Type: Bug
Reporter: Nick Belaevski
<rich:tree id="tree" switchType="ajax" value="#{dataService.rootNode}" var="item" treeNodeVar="node"
onselected="return false;">
<rich:treeNode id="node">
<h:outputText value="#{item} #{testBean.timeString}" />
<rich:componentControl event="oncontextmenu" for="siteTreeMenu" operation="show">
<f:param value="#{testBean.nodeId}" name="node"/>
</rich:componentControl>
</rich:treeNode>
</rich:tree>
Click any node, it will be selected, but should not. Subsequent clicks won't change selection.
--
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
16 years, 11 months
[JBoss JIRA] Created: (RF-4351) rich:tree ampersand is sometimes not escaped properly causing parse error
by Mikael (JIRA)
rich:tree ampersand is sometimes not escaped properly causing parse error
-------------------------------------------------------------------------
Key: RF-4351
URL: https://jira.jboss.org/jira/browse/RF-4351
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: Seam 2.0.1.GA, Facelets 1.1.14, jsf mojarra 1.2_07-b03-FCS
Reporter: Mikael
Hi
My nodes in my tree may contain ampersand and other crazy German characters.
Currently I'm getting an XML parse error pointing to the ampersand.
Had a look at the generated source and discovered that the node content is used as part of the element id. Mostly the ampersand is escaped properly but in at least one place it isn't which is causing a parse error on the client side.
Using the NEKO parser.
The forum link contains more information, especially the a4j log.
--
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
16 years, 11 months