Hey all

How do I iterate through a map? My current method returns a
LinkedHashMap<String, Movie> - the map is populated and accessed by the view
as my debugger shows, but it is never iterated through. Here's the JSP
fragment

<s:iterator value="aMovieFromEachCategory">
        <p>Should iterate 12 times</p>                                          
        
</s:iterator>

Thanks!
-- 
View this message in context: 
http://www.nabble.com/Iterating-through-a-map-tf3633177.html#a10145180
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to