Re: Replacing expression factory

2008-08-09 Thread Christian Kaltepoth
On Thursday 07 August 2008 12:08:00 XMaNIaC wrote: Hi, In JSF-RI you can: context-param param-namecom.sun.faces.expressionFactory/param-name param-valueorg.jboss.el.ExpressionFactoryImpl/param-value /context-param to use JBOSS-EL and have method invocation. Is this possible in

Re: Replacing expression factory

2008-08-09 Thread Matthias Wessendorf
On Sat, Aug 9, 2008 at 11:28 AM, Christian Kaltepoth [EMAIL PROTECTED] wrote: On Thursday 07 August 2008 12:08:00 XMaNIaC wrote: Hi, In JSF-RI you can: context-param param-namecom.sun.faces.expressionFactory/param-name param-valueorg.jboss.el.ExpressionFactoryImpl/param-value

Re: Replacing expression factory

2008-08-09 Thread Christian Kaltepoth
On Saturday 09 August 2008 12:30:22 Matthias Wessendorf wrote: Very interesting question. I just did some code research to find out if there is some possibility to define a custom ExpressionFactory implementation. I found the context parameter 'org.apache.myfaces.EXPRESSION_FACTORY'.

Re: Replacing expression factory

2008-08-09 Thread Matthias Wessendorf
On Sat, Aug 9, 2008 at 1:53 PM, Christian Kaltepoth [EMAIL PROTECTED] wrote: On Saturday 09 August 2008 12:30:22 Matthias Wessendorf wrote: Very interesting question. I just did some code research to find out if there is some possibility to define a custom ExpressionFactory implementation.

Replacing expression factory

2008-08-07 Thread XMaNIaC
://www.nabble.com/Replacing-expression-factory-tp18867420p18867420.html Sent from the MyFaces - Users mailing list archive at Nabble.com.