I can't see a standalone "?" operator but there is the safe navigation operator "?." for accessing properties/methods, so I guess you could do this: use-when="context?.example==null"
Scott 2008/6/7 David E Jones <[EMAIL PROTECTED]>: > > Does the groovy "?" operator thrown in different places solve this problem? > > It seems like it's kind of like the "?if_exists" in FTL, and may help with > things like this. > > -David > > > > On Jun 5, 2008, at 4:06 AM, Scott Gray wrote: > > Hi Jacopo >> >> I just ran a quick test and Groovy seems to throw an error when an >> undeclared variable is used. >> >> Scott >> >> 2008/6/5 Jacopo Cappellato <[EMAIL PROTECTED]>: >> >> >>> In fact for the Beanshell interpreter (by the way... should we consider >>> to >>> use Groovy instead of Beanshell for the use-when scripts too?) an >>> undeclared >>> variable is void but not null. >>> >>> >
