Thanks for your suggestion.
I tried it.
I added
http://download.java.net/maven/glassfish/org/glassfish/web/el-impl/2.1.2-SNAPSHOT/el-impl-2.1.2-SNAPSHOT.jar to the folder jboss-6.0.0.M1\server\default\deploy\jbossweb.sar\jsf-libs.
I still get a parsing exception when i try to pass a parameter in a method inside an EL expression.
I asked the guys at JBoss if they have implemented that specification yet, I have not received any answer so far.
--- On Thu, 1/21/10, Lincoln Baxter, III <lincolnbaxter_at_gmail.com> wrote:
From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Subject: Re: [webtier] [JSF 2] Expression Language : specifying the method arguments
To: webtier_at_glassfish.dev.java.net
Date: Thursday, January 21, 2010, 8:56 PM
You need to add the new el-impl jars to your servers lib directory.
This article shows where to get the jar.
http://ocpsoft.com/java/jsf2-java/jsf2-how-to-add-the-magic-of-el-el2-to-jsf/
Jboss 6 may not already include advanced El. I've never tried using glassfish El on jboss before, though.
Lincoln Baxter's Droid
Hi,