%@ include file="imports.jsp"%>
<%
if (errors.contains()) {
%>
<%
java.util.Iterator it = errors.getStrings(request).iterator();
while (it.hasNext()) {
%>
|
<%=style.getErrorStartDecoration()%>
<%=it.next()%>
<%=style.getErrorEndDecoration()%>
|
<% } %>
<% } %>