Hi,
I am using ofbiz 09.04, facing an issue with groovy & screen widget.
my screen widget action contains -
<set field="*andCondition*" value="*${groovy: return
org.ofbiz.entity.condition.EntityCondition.makeCondition("isVirtual", "Y")}*
" />
In my groovy script *andCondition *is an instanceof *String* (isVirtual = Y)
instead of *EntityCondition*.*What could be possibly wrong, am i missing something ? * -- Regards, Varun Bhansaly
