Re: [jexl] dotted property names in expressions

2003-09-03 Thread Peter Royal
On Monday, August 18, 2003, at 04:42 PM, Ryan Hoegg wrote: There is a problem with jexl when testing dotted property names for emptiness. I am using it from jelly through maven: maven -Ddotted.property.name=foo goal inside the goal: j:if test=${empty(dotted.property.name)} echo Empty

[jexl] dotted property names in expressions

2003-08-18 Thread Ryan Hoegg
Hi, There is a problem with jexl when testing dotted property names for emptiness. I am using it from jelly through maven: maven -Ddotted.property.name=foo goal inside the goal: j:if test=${empty(dotted.property.name)} echo Empty property /echo /j:if j:set var=littlename