instead of <#list> ... </#list>
you can try
<#assign mList=courseMap.keySet()/>
<#list mList as key>
...
</#list>
and to address members of the map:
<#list mList as key>
${courseMap[key]}
</#list>
Subscribe to:
Post Comments (Atom)
Ofbiz Notes, Tips and Experiments
No comments:
Post a Comment