Hi, In JSF-RI you can:
<context-param> <param-name>com.sun.faces.expressionFactory</param-name> <param-value>org.jboss.el.ExpressionFactoryImpl</param-value> </context-param> to use JBOSS-EL and have method invocation. Is this possible in MyFaces? Regards -- View this message in context: http://www.nabble.com/Replacing-expression-factory-tp18867420p18867420.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

