Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit a0ccafd

Browse files
committed
Merge pull request #37 from dfcoffin/master
Clear JSP warnings
2 parents 5a32d63 + 76a6d1a commit a0ccafd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/webapp/WEB-INF/jsp/RetailCustomer/DataCustodianList/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</tbody>
6363
</table>
6464
<input type="hidden" name="Data_custodian_URL"/>
65-
<input type="submit" name="next" value="Next" disabled="true" class="btn btn-primary">
65+
<input type="submit" name="next" value="Next" disabled="disabled" class="btn btn-primary">
6666
</form>
6767
</div>
6868
</div>

src/main/webapp/WEB-INF/jsp/RetailCustomer/ScopeSelection.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</tbody>
6161
</table>
6262
<input type="hidden" name="DataCustodianID" value="${param.DataCustodianID}"/>
63-
<input type="submit" name="next" value="Next" disabled="true" class="btn btn-primary">
63+
<input type="submit" name="next" value="Next" disabled="disabled" class="btn btn-primary">
6464
</form>
6565
</div>
6666
</div>

0 commit comments

Comments
 (0)