3 Replies Latest reply on Feb 22, 2010 5:34 AM by longbeach

    [JBoss 6.0.0 M1 / JSF 2] Is unified EL (JSR 245) implemented ?

    longbeach
      Hi,
      Does anyone know if the new specification of the Unified EL, which is defined in Part II of the JSR 245: JavaServer Pages 2.1
      specification,
      is implemented already and available in JBoss 6 M1 ?

      I tried one of the new features of that expression language in JSF 2, it is not working.

      I am trying to pass arguments in a method inside an EL expression, in a facelet (XHTML).

      Just like it is described here :
      http://blogs.sun.com/kchung/entry/jsr_245_mr_part_i

      It fails to parse it though :
      javax.servlet.ServletException: /magasin/recherche.xhtml @46,116 action="#{rechercheJSFBean.rechercheArtParCatalogue('3')}" Error Parsing: #{rechercheJSFBean.rechercheArtParCatalogue('3')}
      javax.faces.webapp.FacesServlet.service(FacesServlet.java:323)
      org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)



      I tried with and without the single quotes : (3) instead of ('3'), same error.

      Is this feature working yet ?
      Thanks for helping.

      Thanks for helping.