[
https://jira.jboss.org/jira/browse/RF-4351?page=com.atlassian.jira.plugin...
]
Nick Belaevski commented on RF-4351:
------------------------------------
2Doc: three bundled converters were added:
converterId = org.richfaces.TreeRowKeyConverter - for
org.richfaces.model.TreeNode<T> - based trees; key is assumed to be
java.lang.String
converterId = org.richfaces.TreeAdaptorRowKeyConverter - for adaptor-based trees; key is
assumed to be java.lang.String
converterId = org.richfaces.TreeAdaptorIntegerRowKeyConverter - for adaptor-based trees;
key is assumed to be java.lang.Integer; practically it is not necessary, but can serve as
example for implementing custom converters
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
Assignee: Nick Belaevski
Fix For: 3.3.1
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