RE: OGNL AND errors

2007-03-26 Thread Ben Dotte
: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

Re: OGNL AND errors

2007-03-26 Thread Jesse Kuhnert
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

RE: OGNL AND errors

2007-03-26 Thread Ben Dotte
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:

Re: OGNL AND errors

2007-03-26 Thread Jesse Kuhnert
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

RE: OGNL AND errors

2007-03-26 Thread Ben Dotte
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

RE: OGNL AND errors

2007-03-26 Thread Ben Dotte
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

Re: OGNL AND errors

2007-03-26 Thread Jesse Kuhnert
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

RE: OGNL AND errors

2007-03-26 Thread Ben Dotte
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

RE: OGNL AND errors

2007-03-26 Thread Ben Dotte
- 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

Re: OGNL AND errors

2007-03-26 Thread Jesse Kuhnert
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

RE: OGNL AND errors

2007-03-26 Thread Ben Dotte
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

RE: OGNL AND errors

2007-03-23 Thread Ben Dotte
: 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

Re: OGNL AND errors

2007-03-23 Thread Jesse Kuhnert
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

RE: OGNL AND errors

2007-03-23 Thread Ben Dotte
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

Re: OGNL AND errors

2007-03-23 Thread Jesse Kuhnert
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.

RE: OGNL AND errors

2007-03-23 Thread Ben Dotte
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

Re: OGNL AND errors

2007-03-23 Thread Jesse Kuhnert
- 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

RE: OGNL AND errors

2007-03-23 Thread Ben Dotte
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

Re: OGNL AND errors

2007-03-23 Thread Jesse Kuhnert
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

OGNL AND errors

2007-03-23 Thread Ben Dotte
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