It's all about the answers!

Ask a question

Script based Validator for "Tag" attribute in RTC


vishnudharan manivannan (1182842) | asked Dec 10 '13, 9:09 a.m.
retagged Jan 06 '14, 7:12 p.m. by Martha (Ruby) Andrews (3.0k44051)
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

Comments
sam detweiler commented Jan 06 '14, 8:23 p.m.

tags is a list of strings. Ie a Collection 

Be the first one to answer this question!


Register or to post your answer.