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

changeset 231
dcb1d5a7ea3a
parent 230
95b419e054fa
child 232
296e12ff8d1c
     1.1 --- a/src/main/webapp/WEB-INF/jspf/version-list.jspf	Wed Aug 18 16:02:40 2021 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,14 +0,0 @@
     1.4 -<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
     1.5 -
     1.6 -<select id="issue-${fieldname}" name="${fieldname}" multiple>
     1.7 -    <c:forEach var="vselitem" items="${selectionList}">
     1.8 -        <option value="${vselitem.id}"
     1.9 -                <c:forEach var="v" items="${data}">
    1.10 -                    <c:if test="${v eq vselitem}">selected</c:if>
    1.11 -                </c:forEach>
    1.12 -                <c:if test="${vid eq vselitem.id}">selected</c:if>
    1.13 -        >
    1.14 -            <c:out value="${vselitem.name}" />
    1.15 -        </option>
    1.16 -    </c:forEach>
    1.17 -</select>

mercurial