Hi,
I would like to know what is the best way to find sub-communities having a main Communities? I am looking an example of GroupMemberships.jsp and I would like to do something similar. Is there a code like that to find sub-communities?
<x:parse var="reader" doc="${objectData.dataReader}" />
<x:set var="container" select="$reader/xapi/container"/>
<x:set var="groups" select="$container/collab-object/socialgroups/socialgroup"/>
thanks in advance,
Paulo.