JSP Iterating over a map of a list when the value might be null
- by Brian Hoover
How do I clear the value from the stack of a s:iterator?
I'm trying to iterator over a TreeMultimap with a structure like:
TreeMultimap<person, lineItems> persons;
Using something like:
<s:iterator value="attendeesForParticipantTypeEvents.asMap()">
<div>
<s:property value="key.name" /><br />
…