Re: AW: [T4] wierd ognl error

2007-08-13 Thread Jesse Kuhnert
-- > Von: Nick Westgate [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 8. August 2007 08:21 > An: Tapestry users > Betreff: Re: AW: [T4] wierd ognl error > > Looks like an OGNL/Tapestry bug to me, so log a JIRA for Tapestry. > > Cheers, > Nick. > > > Pet

AW: AW: [T4] wierd ognl error

2007-08-07 Thread Peter Schröder
i dont think that logging an issue to jira will be successfull. T4.0.2 seems not to be supported any longer... -Ursprüngliche Nachricht- Von: Nick Westgate [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 8. August 2007 08:21 An: Tapestry users Betreff: Re: AW: [T4] wierd ognl error

Re: AW: [T4] wierd ognl error

2007-08-07 Thread Nick Westgate
: Lutz Hühnken [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 7. August 2007 20:48 An: Tapestry users Betreff: Re: [T4] wierd ognl error Excuse me for being picky, but your subject is misleading. You claim to have an ognl error, but obviously you are using tapestry-prop instead of ognl. From a

AW: [T4] wierd ognl error

2007-08-07 Thread Peter Schröder
: Re: [T4] wierd ognl error Excuse me for being picky, but your subject is misleading. You claim to have an ognl error, but obviously you are using tapestry-prop instead of ognl. >From a quick look at your code I would guess the problem is that at some point the value of radioId is "

Re: [T4] wierd ognl error

2007-08-07 Thread Lutz Hühnken
Excuse me for being picky, but your subject is misleading. You claim to have an ognl error, but obviously you are using tapestry-prop instead of ognl. >From a quick look at your code I would guess the problem is that at some point the value of radioId is "mnpnull". Although you have defined an ini

[T4] wierd ognl error

2007-08-07 Thread Peter Schröder
hi, we are running an t4 application wich has the following code in .jwc: and in .html: ... this normally renders to: ... but some times, ognl fails and renders to: ... the only way to solve this is to reload the application! any comments on this? kind regards, peter --