Matthew Chambers wrote:
> String[] countriesCovered = null;
> Attribute[] attributes = null;

it wants arrays of string & Attribute.

> countriesCovered.France = JavaCast("string","FR"); 

try making countriesCovered an array.

countriesCovered=listToArray("FR");

and maybe for good measure a java array:

countriesCovered=countriesCovered.toArray();

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244770
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to