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.