[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-847) Include newer EL libraries

Stephan Bublava (JIRA) jira-events at lists.jboss.org
Wed Feb 14 08:58:35 EST 2007


Include newer EL libraries
--------------------------

                 Key: JBSEAM-847
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-847
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: JSF
    Affects Versions: 1.1.6.GA
            Reporter: Stephan Bublava
            Priority: Minor


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-api-1.0.jar
https://maven-repository.dev.java.net/nonav/repository/el-impl/jars/el-impl-1.0.jar

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

        



More information about the seam-issues mailing list