Is JUEL reliable? JUEL works well. you will have to 'migrate' your XHTML to
JUEL.

hmmm, i think I had to add '()' (parentheses) to my actionListener="..." or
action="...". Below is a quick search that I did via TextPad against my
project; below is first few occurrences.

Searching for: actionlistener
header_menubar.xhtml(74):
actionListener="#{pf_rollingStockController.prepareList()}"
header_menubar.xhtml(77):
actionListener="#{pf_customerController.prepareList()}"
header_menubar.xhtml(80):
actionListener="#{pf_chargesController.prepareList()}"
header_menubar.xhtml(83):
actionListener="#{pf_serviceController.prepareList()}"
header_menubar.xhtml(86):
actionListener="#{pf_driverController.prepareList()}"
header_menubar.xhtml(89):
actionListener="#{pf_vehicleController.prepareList()}"
header_menubar.xhtml(92):
actionListener="#{pf_ordersController.prepareUtilitiesMenu()}"
header_menubar.xhtml(96):
actionListener="#{pf_usersController.prepareList()}"
header_menubar.xhtml(100):
actionListener="#{pf_usersController.prepareChangePassword()}"
header_menubar.xhtml(103):
actionListener="#{messengerBean.prepareMessengerForUser()}"

Hmmm, i think if you search google for

site:forum.primefaces.org high expression language

then you may see the forum topic where Thomas recommended JUEL (and
MyFaces), and I mentioned some of my [migration] challenges. :)





On Wed, Apr 9, 2014 at 1:22 PM, Felipe Jaekel <fkjae...@gmail.com> wrote:

> 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