Re: T5.2.x Property Expression Problem

2011-06-23 Thread Norman Franke
I think it's a bug, too as did Howard. I created a bug in JIRA. TAP-1555. To recreate, just put the "null" keyword in a property array, e.g. to a context parameter. OGNL works, of course. This fails, for example: linkt:pagelink> It complains about null. Remove that, it complains about this

Re: T5.2.x Property Expression Problem

2011-06-22 Thread Howard Lewis Ship
Sounds like a bug. On Wed, Jun 22, 2011 at 12:56 PM, Norman Franke wrote: > Now that Tapestry (in 5.2) doesn't use javassist, I'd like to remove the > OGNL library from my project. I was using it to create lists containing > null. From reading the BNF grammar for T5.2 > (http://tapestry.apache.or

Re: T5.2.x Property Expression Problem

2011-06-22 Thread Thiago H. de Paula Figueiredo
On Wed, 22 Jun 2011 16:56:39 -0300, Norman Franke wrote: Now that Tapestry (in 5.2) doesn't use javassist, 5.2 uses less Javassist but hasn't removed it completely. I'd like to remove the OGNL library from my project. I was using it to create lists containing null. From reading the BNF gra