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

Norman Richards (JIRA) jira-events at lists.jboss.org
Wed Mar 7 22:51:22 EST 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-847?page=all ]

Norman Richards closed JBSEAM-847.
----------------------------------

    Resolution: Done

I've upgraded the EL versions.  Everything seems to be in order.  

> 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-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