cancel
Showing results for 
Search instead for 
Did you mean: 

how to attach collection object to the property?

yogeshkumar
Champ in-the-making
Champ in-the-making
Hi,

[size=150]Is it possible to attach collection[Example: java.util.ArrayList] object to the property?if possible how to attach collection object to the property using web service[/size]?

Thanks
yogeshkumar
3 REPLIES 3

jcustovic
Champ in-the-making
Champ in-the-making
NamedValue nv = new NamedValue("propName", true, null, arrayList.toArray(new String[0]));

yogeshkumar
Champ in-the-making
Champ in-the-making
Thanks a lot for your Response..


Also please let me know how to pass java.util.HashMap object to the property..


Thanks and Regards,
Yogeshkumar.S

jcustovic
Champ in-the-making
Champ in-the-making
I don't think you can do that.