" ancestors="<%
items = [];
prompt.selectionsAncestry.each{
items += "'" + com.cognos.mobile.common.CMUrlHelper.encodeUrl(it) + "'"
}
out << "[" + items.join(",") + "]"
%>" defaults="<%
items = [];
prompt.defaultsKeys.each{
items += "'" + it + "'"
}
out << "[" + items.join(",") + "]"
%>">
<%
if( !label ) out << ""
%>
MultiSelect Tree prompt