* Yves Hougardy:
> i need to get the keys and values out of an java.util.Map with jxpath.
> However, i'm not supposed to know the keys of the map. How can i do
> that?
Try to iterate over the keys of the map:
<jx:forEach var='key' items='${map.keySet()}'>
${key}: ${map.get(key)}'/>
</jx:forEach>
Best regards,
--
Jean-Baptiste Quenot
Anyware Technologies
http://www.anyware-tech.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]