Hi,
Am using JDeveloper 11.1.1.7
I have followed the below link to use muiltiple lov per attribute.
http://andrejusb.blogspot.in/2008/12/groovy-multiple-lovs-per-attribute-in.html
While i followed the same i got the below exception while running the model tester.
(oracle.jbo.InvalidParamException) JBO-34009: ListBinding definition xxxxxxxx not found.
TheĀ expression which i have used in my attribute.
if (Language == 'ar'){
return 'LOV_pn_ar'
}else{
return 'LOV_pn_en'
}