Hi all,

I know how to access a map in Jelly.

    <forEach
        var="iter"
        items="${map}">
        ${iter.key} = ${iter.value}
    </forEach>

But, how can I create a map using Jelly syntax?

Thanks,
Adrian.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to