how 1 iterate on list contains map inside.
<foreach item="item" index="index" collection="list"> ${item}.{key} </foreach>
this doesn't seem work me
you should use this:
<foreach item="item" index="index" collection="list"> ${item.key} </foreach>
Comments
Post a Comment