Solved
Forum Discussion
DougS
8 years agoKhoros Alumni (Retired)
I believe you should be able to do something like this:
#set ($splitPath = urlPath.split(",")) #foreach ($path in $splitPath) ${path} #end
-Doug
I believe you should be able to do something like this:
#set ($splitPath = urlPath.split(",")) #foreach ($path in $splitPath) ${path} #end
-Doug
I believe you should be able to do something like this:
#set ($splitPath = urlPath.split(",")) #foreach ($path in $splitPath) ${path} #end
-Doug