:221)
> ognl.OgnlRuntime#compileExpression (OgnlRuntime.java:388)
> ognl.Ognl#compileExpression (Ognl.java:123)
> org.apache.tapestry.services.impl.ExpressionCacheImpl#parse
> (ExpressionCacheImpl.java:129)
>
org.apache.tapestry.services.impl.ExpressionCacheImpl#getCompiledExpress
> io
CompiledExpress
ion (ExpressionCacheImpl.java:91)
$ExpressionCache_1118f7bbf54#getCompiledExpression
($ExpressionCache_1118f7bbf54.java:-1)
...
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Monday, March 26, 2007 1:09 PM
To: Tapestry users
Subject: Re: OGN
CacheImpl.java:129)
org.apache.tapestry.services.impl.ExpressionCacheImpl#getCompiledExpress
ion (ExpressionCacheImpl.java:91)
$ExpressionCache_1118f7bbf54#getCompiledExpression
($ExpressionCache_1118f7bbf54.java:-1)
...
-----Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent:
e this is coming from.
-Original Message-
From: Ben Dotte [mailto:[EMAIL PROTECTED]
Sent: Monday, March 26, 2007 12:10 PM
To: Tapestry users
Subject: RE: OGNL AND errors
getListSource() returns a ListSource object, which is one of our own
interfaces. It has a getTotal() method that returns
PM
To: Tapestry users
Subject: RE: OGNL AND errors
getListSource() returns a ListSource object, which is one of our own
interfaces. It has a getTotal() method that returns an int, which is
what I expect to have called in this case.
So the problem appears to be that it thinks getListSource() retu
hnert [mailto:[EMAIL PROTECTED]
Sent: Monday, March 26, 2007 12:05 PM
To: Tapestry users
Subject: Re: OGNL AND errors
Aha..So what kind of interfaces does your listSource implement?
On 3/26/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
> Aha! "count" is a parameter, it is what is b
urce()).get(total
));} setter body: null
Notice it is calling getListSource().get(total). This should be
getListSource().getTotal() (and it worked this way in 2.6).
-Original Message-
From: Ben Dotte [mailto:[EMAIL PROTECTED]
Sent: Monday, March 26, 2007 11:16 AM
To: Tapestry users
Subjec
e().getTotal() (and it worked this way in 2.6).
-Original Message-
From: Ben Dotte [mailto:[EMAIL PROTECTED]
Sent: Monday, March 26, 2007 11:16 AM
To: Tapestry users
Subject: RE: OGNL AND errors
I upgraded javassist to 3.4.ga so it should be the same version. I just
verified that is the one on the
-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Monday, March 26, 2007 11:12 AM
To: Tapestry users
Subject: Re: OGNL AND errors
What version of javassist are you using? In my test suite I've created
a similar count > 0 expression for every conceivable type / object
combination I ca
java:204)
$ShowAll_179#getCount ($ShowAll_179.java:-1)
...
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Friday, March 23, 2007 2:44 PM
To: Tapestry users
Subject: Re: OGNL AND errors
Fix should be finished deploying in the next few minutes.
On 3/23/07, Ben Dott
IL PROTECTED]
Sent: Friday, March 23, 2007 2:44 PM
To: Tapestry users
Subject: Re: OGNL AND errors
Fix should be finished deploying in the next few minutes.
On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
> Excellent thanks, that seems to have fixed the AND issue. Here's one
: Tapestry users
Subject: Re: OGNL AND errors
Fix should be finished deploying in the next few minutes.
On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
> Excellent thanks, that seems to have fixed the AND issue. Here's one
> that still isn't working:
>
>
>
> @P
tObject
(AbstractBinding.java:84)
org.apache.tapestry.enhance.EnhanceUtils#toInt (EnhanceUtils.java:204)
$ShowAll_179#getCount ($ShowAll_179.java:-1)
...
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Friday, March 23, 2007 12:40 PM
To: Tapestry users
Subject: Re: OGNL AND errors
This
ount ($ShowAll_179.java:-1)
...
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Friday, March 23, 2007 12:40 PM
To: Tapestry users
Subject: Re: OGNL AND errors
This particular issue should be fixed && deployed now. Feel free to
report any others...It only took so long becau
tTitle(String title);
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Friday, March 23, 2007 10:16 AM
To: Tapestry users
Subject: Re: OGNL AND errors
Well I'm going in to fix one other tiny bug this morning, so I'll see
if what you wrote is enough to re-produce it.
PROTECTED]
Sent: Friday, March 23, 2007 10:16 AM
To: Tapestry users
Subject: Re: OGNL AND errors
Well I'm going in to fix one other tiny bug this morning, so I'll see
if what you wrote is enough to re-produce it.
On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
> I tried
-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Friday, March 23, 2007 9:45 AM
To: Tapestry users
Subject: Re: OGNL AND errors
I think a new ognl version went out last night. I would try that first.
On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
> I recently tried updating from a Ta
I tried the new version but unfortunately I'm still getting the same
errors.
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Friday, March 23, 2007 9:45 AM
To: Tapestry users
Subject: Re: OGNL AND errors
I think a new ognl version went out last night. I woul
I think a new ognl version went out last night. I would try that first.
On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
I recently tried updating from a Tapestry 4.1.2 snapshot a couple months
old to one from 3-21. Along the way I had to incorporate the new 2.7
OGNL snapshot from 3-18. I'm seei
I recently tried updating from a Tapestry 4.1.2 snapshot a couple months
old to one from 3-21. Along the way I had to incorporate the new 2.7
OGNL snapshot from 3-18. I'm seeing multiple expressions on each page
that no longer work. So far they have all involved AND expressions. Here
are some examp
20 matches
Mail list logo