hi Varun,

try using 'type' attribute
<set field="foo" value="${groovy: ...}" type="..."/>

--
Thanks & Regards
Atul Vani
Enterprise Software Developer
HotWax Media Pvt. Ltd.
http://www.hotwaxmedia.com/
We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see for yourself.


varun bhansaly wrote:
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 ?
*

Reply via email to