You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Patrick <pa...@gmail.com> on 2010/03/30 18:40:26 UTC

<#list> and <#map> in FTL files

I'm looking around for maps in the FTL files.  I can use <#list> just
fine, but can't seem to find a directive for a map.  What's the
correct way to do this ?   Thanks
Patrick

Re: <#list> and <#map> in FTL files

Posted by Jacques Le Roux <ja...@les7arts.com>.
This might help
http://stackoverflow.com/questions/1497777/freemarker-iterating-over-hash-map-keys

You will find some examples also in OFBiz

Jacques

From: "Patrick" <pa...@gmail.com>
> I'm looking around for maps in the FTL files.  I can use <#list> just
> fine, but can't seem to find a directive for a map.  What's the
> correct way to do this ?   Thanks
> Patrick
>