]
Stephan Bublava commented on JBSEAM-847:
----------------------------------------
Just for reference the
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.1.8 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: