Re: Please help, small upgrade to 4.1.3 issue

2008-02-03 Thread Andreas Andreou
That's an ognl issue - see which ognl version is getting included in
your project,
and upgrade to the latest (2.7.2)

See:
http://blog.opencomponentry.com/2008/02/01/ognl-272-released/

On Feb 4, 2008 7:51 AM, Tomic Mirko [EMAIL PROTECTED] wrote:
 I tried upgrading my components to tapestry 4.1.3, from tapestry 4.1.1.
 I have issue with the following code in my jwc file:

 component id=title type=Insert

 binding name=value value=ognl:pageMessages.getMessage('layout.' + id +
 '.title') /

 /component



 That worked in tapestry 4.1.1, but now in 4.1.3, and also in 4.1.2 that
 throws null pointer exception:

 source is null for getProperty(null, id)



 id  should get current ID of the component.

 Can you please help, I searched all over the place, don't know what to do :(



 Mirko




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please help, small upgrade to 4.1.3 issue

2008-02-03 Thread Mirko
Andreas Andreou andreoua at gmail.com writes:

 
 That's an ognl issue - see which ognl version is getting included in
 your project,
 and upgrade to the latest (2.7.2)
 
 See:
 http://blog.opencomponentry.com/2008/02/01/ognl-272-released/


I have checked, it was 2.7.1. I tried now with 2.7.2, but still the same :(

source is null for getProperty(null, id)

Mirko


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]