01-08-2010 11:54 AM
<#list space.permissions?split(";") as perm >
   ${perm}
</#list>space.permissions is not considered as a string so I don't know how to use it.01-14-2010 04:44 AM
<#list space.permissions as perm >
   <#list perm?split(";") as permPart >
     ${permPart}
   </#list>
</#list>
					
				
			
			
				
			
			
			
			
			
			
			
		Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.