<%@ include file="validValueEditorCommon.jsp"%> <% if (editable) { %>
<% java.util.Iterator it = p.validValuesLabels(request); for (int i = baseIndex; it.hasNext(); i++) { String selected = value == i ?"checked":""; %> <% String horizontal = request.getParameter("horizontal"); Boolean isHorizontal = Boolean.valueOf(horizontal); %> <% if (!isHorizontal.booleanValue()) %>
<% ; %> <% } // while %>
<% } else { description = p.getValidValueLabel(request, value); if (label) { %> <%=description%> <% } else { %> <% } %> <% } %>