[
https://issues.jboss.org/browse/AS7-3294?page=com.atlassian.jira.plugin.s...
]
Lincoln Baxter III closed AS7-3294.
-----------------------------------
Resolution: Won't Fix
As it turns out, this is a new "feature" of the servlet spec, requiring that EL
be validated against Java keywords - a really bad way to introduce this IMO, but
that's what it is. Not a bug.
JSF Exception - Failed to parse the expression [#{cc.attrs.for}]
----------------------------------------------------------------
Key: AS7-3294
URL:
https://issues.jboss.org/browse/AS7-3294
Project: Application Server 7
Issue Type: Bug
Components: JSF
Affects Versions: 7.1.0.CR1b
Environment: Ubuntu Linux, Fedora, Java 6
Reporter: Lincoln Baxter III
Assignee: Stan Silvert
Attachments: server.log
So I've run OCPsoft SocialPM (
https://github.com/ocpsoft/socialpm/ ) on both AS
7.1.0.CR1b and AS7 GitHub head, both of them get the following error when going to the
signup page:
(From Ken Finnigan)
{code}21:53:35,494 WARN [org.jboss.solder.exception.control.log]
(http--127.0.0.1-8080-2) No handlers found for exception
javax.faces.view.facelets.TagAttributeException: /resources/ocpcommon/message.xhtml @46,61
for="#{cc.attrs.for}" Failed to parse the expression [#{cc.attrs.for}]{code}
I've attached the entire server log for AS7 Head for reference.
I've confirmed it worked with AS 7.0.2.Final, so it looks like a regression.
I've taken a look at the JSF modules provided in AS7, 7.0.2 provides
jsf-api-1.2_15-jbossorg-1.jar, whereas 7.1.0.CR1b and Head provides
jsf-api-1.2_15-jbossorg-2.jar. I haven't had a chance to delve deeper into what
discrepancies there might be between the two JSF versions yet.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira