[
http://jira.jboss.com/jira/browse/JBSEAM-847?page=comments#action_12355463 ]
Stephan Bublava commented on JBSEAM-847:
----------------------------------------
Not everything is working. Sometimes it dies because it can't
find the
com.sun.el.Messages resource bundle.
I've seen that as well, when invalid EL expressions are encountered. The resource
bundle is part of the source distribution but not in the jar file.
Include newer EL libraries
--------------------------
Key: JBSEAM-847
URL:
http://jira.jboss.com/jira/browse/JBSEAM-847
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Affects Versions: 1.1.6.GA
Reporter: Stephan Bublava
Assigned To: Norman Richards
Priority: Critical
Fix For: 1.2.1.GA
The EL jars distributed with Seam are outdated. Please consider using the latest version
from
https://maven-repository.dev.java.net/nonav/repository/:
https://maven-repository.dev.java.net/nonav/repository/javax.el/jars/el-a...
https://maven-repository.dev.java.net/nonav/repository/el-impl/jars/el-im...
This is important if one uses JSF 1.2 (as described in
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=94738), Facelets and EL
functions.
Example:
<s:div rendered="#{s:hasRole('Role')}">
...
</s:div>
renders fine but throws an exception when the page is submitted, because the EL function
cannot be found (due to class loader issues). The problem is fixed in the
dev.java.net
version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira