[
https://jira.jboss.org/jira/browse/JBSEAM-4475?page=com.atlassian.jira.pl...
]
Robert Morse commented on JBSEAM-4475:
--------------------------------------
Yeah, I've tried that. It produces:
com.sun.facelets.FaceletException: Error Parsing /html.xhtml: Error Traced[line: 31] The
entity name must immediately follow the '&' in the entity reference.
at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:234)
at com.sun.facelets.compiler.Compiler.compile(Compiler.java:105)
at
com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:218)
at
com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:149)
Seam Text improperly handles apersand
-------------------------------------
Key: JBSEAM-4475
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4475
Project: Seam
Issue Type: Bug
Components: Seam Text
Affects Versions: 2.2.0.GA
Environment: Seam 2.2.0.GA, JBoss 5.1.0.GA
Reporter: Robert Morse
Priority: Critical
Placing something like this in the iText example (html.xhtml):
<p:html>
<s:formattedText value="Anything past the & will be dropped"
/>
</p:html>
Produces:
Anything past the
The rest of the list is omitted.
The following message is displayed on the console:
06:27:22,312 WARN [UIFormattedText] Seam Text parse error: unexpected token: &
--
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