<% if (msgs.isEmpty()) { %>
No error messages from import.
<% } else { %>
<% for (Iterator it=msgs.iterator(); it.hasNext(); ) { %>
<% String s = (String)(it.next()); %>
<% } // end for %>
<% } // end if %>
<% if (msgs.isEmpty()) { %>
No error messages from import.
<% } else { %>
<% for (Iterator it=msgs.iterator(); it.hasNext(); ) { %>
<% String s = (String)(it.next()); %>
<% } // end for %>
<% } // end if %>