Re: OGNL 2.7 Must use #this

2007-07-03 Thread Kalle Korhonen
Yeap, you are absolutely right Jesse, the unit test succeeds. Must have had the wrong snapshot version in the classpath. However, a more complex case still fails in latest 2.7.1, opened http://jira.opensymphony.com/browse/OGNL-105 for it with a unit test to show the problem (sorry for the trouble!

Re: OGNL 2.7 Must use #this

2007-07-02 Thread Kalle Korhonen
The unit test doesn't succeed for me (and neither does the real world example, which is slightly different, but I assume the unit test would cover for it). Well, if you say the unit test should pass now, I'll double-check I have the right version and get back to you. Kalle On 7/2/07, Jesse Kuhn

Re: OGNL 2.7 Must use #this

2007-07-02 Thread Jesse Kuhnert
That looks like the right one to me. The code you provided in the test case was re-produced / fixed. You did mention something about "object[linkProperty]" not working before you provided a code example but I'm assuming the code example was what was intended to be fixed Does the same test

Re: OGNL 2.7 Must use #this

2007-07-02 Thread Kalle Korhonen
Hey Jesse - saw you had marked http://jira.opensymphony.com/browse/OGNL-97as resolved so I assumed the fix might be in the latest snapshot ognl-2.7.1-20070630.205921-4 posted later but there were no changes as far as I could notice. Certainly don't want to sound impatient as you are doing superb j

Re: OGNL 2.7 Must use #this

2007-06-27 Thread Jesse Kuhnert
> -Ursprüngliche Nachricht- > Von: Kalle Korhonen [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 27. Juni 2007 00:26 > An: Tapestry users > Betreff: OGNL 2.7 Must use #this > > Hi Jesse et al, > > while trying to migrate to Tap 4.1.2 we started getting lots > o

AW: OGNL 2.7 Must use #this

2007-06-27 Thread Maximilian Weißböck
ompileBody(Javac.java:212) at javassist.CtBehavior.setBody(CtBehavior.java:341) ... 87 more > -Ursprüngliche Nachricht- > Von: Kalle Korhonen [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 27. Juni 2007 00:26 > An: Tapestry users > Betreff: OGNL 2.7 Must use

Re: OGNL 2.7 Must use #this

2007-06-26 Thread Kalle Korhonen
Thanks. I wasn't 100% how legitimate, but filed as http://jira.opensymphony.com/browse/OGNL-97 Kalle On 6/26/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: No time to look at this right now, but if you file a jira report here: http://jira.opensymphony.com/browse/OGNL it can be looked in to fo

Re: OGNL 2.7 Must use #this

2007-06-26 Thread Jesse Kuhnert
No time to look at this right now, but if you file a jira report here: http://jira.opensymphony.com/browse/OGNL it can be looked in to for the next 2.7.1 release. The forums are here: http://forums.opensymphony.com/category.jspa?categoryID=10 (though I'm thinking of moving them to google gro

OGNL 2.7 Must use #this

2007-06-26 Thread Kalle Korhonen
Hi Jesse et al, while trying to migrate to Tap 4.1.2 we started getting lots of OgnlExceptions with message "source is null" from OgnlRuntime.getProperty. The workaround was to add #this to a lot of places where we used more complex OGNL expressions. I realize this is probably much more to do wit