I have a class that extends of DispatchAction...
there I call DAO, I do a query to bring the information from the data base
request.setAttribute("categories",MyHMP);
HTML:
<logic:iterate id="cat" name="categories" type="java.util.Map.Entry" >
<bean:write name="cat" property="value" /><br />
</logic:iterate>
When I do that, it shows me only the value of the hashmap, but i need the id too
do you know how can I do that? or what is the problem?
the exception is this
Cannot find message resources under key org.apache.struts.action.MESSAGE