hi, does someone know how to iterate over the keys of an HashMap and retrieve the values in a jxtemplate?
<jx:forEach var="key" items="${map.keySet()}">
<value>${map.get(key)}</value> <!-- how to pass 'key' as a parameter to get() here? -->
</jx:forEach>
regards
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
