Return-Path: X-Original-To: apmail-myfaces-users-archive@www.apache.org Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0E401151A for ; Wed, 9 Apr 2014 17:31:28 +0000 (UTC) Received: (qmail 66138 invoked by uid 500); 9 Apr 2014 17:31:27 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 65860 invoked by uid 500); 9 Apr 2014 17:31:26 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 65849 invoked by uid 99); 9 Apr 2014 17:31:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 17:31:24 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of smithh032772@gmail.com designates 209.85.212.176 as permitted sender) Received: from [209.85.212.176] (HELO mail-wi0-f176.google.com) (209.85.212.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 17:31:19 +0000 Received: by mail-wi0-f176.google.com with SMTP id r20so9325992wiv.15 for ; Wed, 09 Apr 2014 10:30:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=V9deVxO7Al/4H7zOq0mLrlJO65QXne5f3rs6MKy/Ybg=; b=hCFxMdL2dJDsGaZSNcgZ8CDzDfDsgR+4AnJ+N/PQCEyXILalVJ+Gh4EgWS4olHdXhH Nx5c51vWdrPV24ctR9BxM99ecxH3V4PYRm8n/MACCk62isSsxlOH9vusHy+VJ00VAPOL zzUO2uskhNCpLcLYQkTnniSaMqgpfHMunNKWx09e90W4xMbtyU0AhlMjGiePHE/j6aTC rLmrjLORjrRKBcImsjYOiL7uZIdtOeYfy5oZU14sg0FS90NwS6qPZhUJUYJYIN4E3PrB hxO5hS1+Iul1m3+7FhQxOBB3ktaM/bq5rdNEtSx3PcNYUxzXio27+Lj1f+47AK+FHU69 z99Q== MIME-Version: 1.0 X-Received: by 10.180.106.134 with SMTP id gu6mr38191324wib.61.1397064657545; Wed, 09 Apr 2014 10:30:57 -0700 (PDT) Received: by 10.227.222.69 with HTTP; Wed, 9 Apr 2014 10:30:57 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Apr 2014 13:30:57 -0400 Message-ID: Subject: Re: Generic value for org.apache.myfaces.EXPRESSION_FACTORY? From: "Howard W. Smith, Jr." To: MyFaces Discussion Content-Type: multipart/alternative; boundary=e89a8f234abba431f904f69f7632 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f234abba431f904f69f7632 Content-Type: text/plain; charset=ISO-8859-1 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 wrote: > Is it reliable? Are there any migration notes? > > Thanks > > > 2014-03-27 19:37 GMT-03:00 Howard W. Smith, Jr. : > > > On Thu, Mar 27, 2014 at 8:22 AM, Thomas Andraschko < > > andraschko.thomas@gmail.com> wrote: > > > > > I just deliver JUEL in all my apps and setting the EXPRESSION_FACTORY > to > > > JUEL. > > > > > > > +1 me too. > > > > > > org.apache.myfaces.EXPRESSION_FACTORY > > de.odysseus.el.ExpressionFactoryImpl > > > > > > > > > org.apache.myfaces.EL_RESOLVER_COMPARATOR > > > > > > > org.apache.myfaces.el.unified.OpenWebBeansELResolverComparator > > > > > > > > > > org.apache.myfaces.SUPPORT_JSP_AND_FACES_EL > > false > > > > > --e89a8f234abba431f904f69f7632--