Script based Validator for "Tag" attribute in RTC
Hello All,
I am writing a script based validator for the "Tag" attribute. However when I try to set the value , I get the error
"java.lang.String incompatible with java.util.Collection " .. Can someone tell me how to pass the value for "Tag" attributes ? also what is the datatype of the Tag attribute ?
Thanks in Advance !
Vishnu M
I am writing a script based validator for the "Tag" attribute. However when I try to set the value , I get the error
"java.lang.String incompatible with java.util.Collection " .. Can someone tell me how to pass the value for "Tag" attributes ? also what is the datatype of the Tag attribute ?
Thanks in Advance !
Vishnu M
Comments
sam detweiler
Jan 06 '14, 8:23 p.m.tags is a list of strings. Ie a CollectionÂ