src/main/webapp/WEB-INF/jspf/version-list.jsp

changeset 115
c27638a50c92
parent 114
dbd5c60c29e6
child 116
d24354f21df5
--- a/src/main/webapp/WEB-INF/jspf/version-list.jsp	Fri Oct 09 11:41:01 2020 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
-
-<select name="${fieldname}" multiple>
-    <c:forEach var="vselitem" items="${selectionList}">
-        <option value="${vselitem.id}"
-                <c:forEach var="v" items="${data}">
-                    <c:if test="${v eq vselitem}">selected</c:if>
-                </c:forEach>
-        >
-            <c:out value="${vselitem.name}" />
-        </option>
-    </c:forEach>
-</select>

mercurial