Is it reliable? Are there any migration notes?

Thanks


2014-03-27 19:37 GMT-03:00 Howard W. Smith, Jr. <smithh032...@gmail.com>:

> On Thu, Mar 27, 2014 at 8:22 AM, Thomas Andraschko <
> andraschko.tho...@gmail.com> wrote:
>
> > I just deliver JUEL in all my apps and setting the EXPRESSION_FACTORY to
> > JUEL.
> >
>
> +1 me too.
>
>     <context-param>
>         <param-name>org.apache.myfaces.EXPRESSION_FACTORY</param-name>
>         <param-value>de.odysseus.el.ExpressionFactoryImpl</param-value>
>     </context-param>
>
>     <context-param>
>         <param-name>org.apache.myfaces.EL_RESOLVER_COMPARATOR</param-name>
>
>
> <param-value>org.apache.myfaces.el.unified.OpenWebBeansELResolverComparator</param-value>
>     </context-param>
>
>     <context-param>
>
> <param-name>org.apache.myfaces.SUPPORT_JSP_AND_FACES_EL</param-name>
>         <param-value>false</param-value>
>     </context-param>
>

Reply via email to