Hello,
i Have this hashmap that i populate.
no when i want to show in a table the key : value i get an error. this is
the code:
....
#foreach($pageName in $myMap.keySet())
#foreach($dateDoc in $myMap.values())
<tr>
<td> $pageName $pageName </td>
<td>$pageName.getValue() </td>
<td>delete</td>
</tr>
#set($count = $count +1)
#end
#end
...
if i comment the second foreach i don't get an error, but i have nothing to
populate the date field with.
do you know what i am doing wrong here?
Thank you
--
View this message in context:
http://n2.nabble.com/get-value-from-map-tp4138399p4138399.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.