Modification de trop de choses pr tt dire ici...
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<form:label path="title">${criterion.name}</form:label>
|
||||
<form:hidden path="simpleRatings[${j.index}].name"></form:hidden>
|
||||
<form:label path="simpleRatings[${j.index}].name"><form:select path="simpleRatings[${j.index}].value">
|
||||
<c:forEach var="i" begin="${criterion.min_rating}" end="${criterion.max_rating}" step="1">
|
||||
<c:forEach var="i" begin="${criterion.min_rating}" end="${criterion.max_rating}">
|
||||
<form:option value="${i}"></form:option>
|
||||
</c:forEach>
|
||||
</form:select></form:label>
|
||||
|
||||
Reference in New Issue
Block a user