Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2434717FF3 for ; Fri, 17 Apr 2015 07:25:50 +0000 (UTC) Received: (qmail 89971 invoked by uid 500); 17 Apr 2015 07:11:53 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 70853 invoked by uid 500); 17 Apr 2015 07:11:40 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 56452 invoked by uid 99); 17 Apr 2015 05:58:37 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 05:58:37 +0000 Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 101A71A003F for ; Fri, 17 Apr 2015 05:58:37 +0000 (UTC) Received: by wiun10 with SMTP id n10so8525463wiu.1 for ; Thu, 16 Apr 2015 22:58:35 -0700 (PDT) X-Received: by 10.194.63.225 with SMTP id j1mr2446919wjs.120.1429250315562; Thu, 16 Apr 2015 22:58:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.21.35 with HTTP; Thu, 16 Apr 2015 22:58:15 -0700 (PDT) In-Reply-To: References: From: Lukasz Lenart Date: Fri, 17 Apr 2015 07:58:15 +0200 Message-ID: Subject: Re: [S2] 2.3.20 upgrade issue: No log warning entry for excluded package? To: Struts Users Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable First It has nothing to do with security mechanism Second it's a typo, at least in the example In test.jsp you have searchManager.page.totalNumberOfElements: where in TestAction you are exposing public SearchManagerService getSearchManagerService() { return searchManagerService; } so it must be named the same way in JSP (you are missing 'Service' suffix) searchManager.page.totalNumberOfElements: and now it works: http://screencast.com/t/WmZ4S076J Regards --=20 =C5=81ukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-04-14 23:25 GMT+02:00 Burton Rhodes : > Lukasz - > > Below is a link to a small test project (maven) that demonstrates my > issue. Hopefully it's something trivial. Again, thank you for > investigating. > > https://www.dropbox.com/s/qurhklxwz4v82jx/afsTest.zip?dl=3D0 > > Thanks, > Burton > > On Mon, Apr 6, 2015 at 6:15 PM, Burton Rhodes > wrote: > >> ok - I will get back to you >> >> On Fri, Apr 3, 2015 at 1:13 AM, Lukasz Lenart >> wrote: >> >>> No idea what's wrong, without a small working example I cannot help you= :( >>> >>> >>> Regards >>> -- >>> =C5=81ukasz >>> + 48 606 323 122 http://www.lenart.org.pl/ >>> >>> 2015-03-31 22:31 GMT+02:00 Burton Rhodes : >>> > Lukasz - >>> > Apologies for the delay... Here is my logfile filtered for xwork2.og= nl >>> > >>> > https://www.dropbox.com/s/t5u285gel0uu59m/log.ognl.txt?dl=3D0 >>> > >>> > Thanks! >>> > >>> > On Sat, Mar 7, 2015 at 12:40 AM, Lukasz Lenart >> > >>> > wrote: >>> > >>> >> 2015-03-04 13:24 GMT+01:00 Burton Rhodes : >>> >> > Lukasz - Probably should have mentioned that >>> >> > searchMangeerService.getPage().getLastPageNumber() returns an "int= " >>> >> >>> >> I have added additional use case to check int type but it wasn't an >>> >> issue. Can you narrow logging just to >>> >> >>> >> com.opensymphony.xwork2.ognl >>> >> >>> >> >>> >> Regards >>> >> -- >>> >> =C5=81ukasz >>> >> + 48 606 323 122 http://www.lenart.org.pl/ >>> >> >>> >> --------------------------------------------------------------------= - >>> >> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org >>> >> For additional commands, e-mail: user-help@struts.apache.org >>> >> >>> >> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org >>> For additional commands, e-mail: user-help@struts.apache.org >>> >>> >> --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org