We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced9ad4 commit cefac98Copy full SHA for cefac98
src/main/webapp/WEB-INF/tiles/body/series/add.jsp
@@ -57,6 +57,7 @@
57
<form:input
58
path="quantity"
59
type="number"
60
+ required="required"
61
size="2"
62
min="<%= ValidationRules.MIN_STAMPS_IN_SERIES %>"
63
max="<%= ValidationRules.MAX_STAMPS_IN_SERIES %>" />
@@ -159,7 +160,7 @@
159
160
<span id="image.required" class="required_field">*</span>
161
</td>
162
<td>
- <form:input path="image" type="file" accept="image/png,image/jpeg" />
163
+ <form:input path="image" type="file" required="required" accept="image/png,image/jpeg" />
164
165
166
<form:errors path="image" cssClass="error" />
0 commit comments