diff --git a/bookstore/src/main/resources/templates/bookedit.html b/bookstore/src/main/resources/templates/bookedit.html index 79341d5..5f7efde 100644 --- a/bookstore/src/main/resources/templates/bookedit.html +++ b/bookstore/src/main/resources/templates/bookedit.html @@ -50,7 +50,9 @@
Invalid author first name value
+ th:errors="*{author.firstName}"> + Invalid author first name value +
@@ -76,7 +78,9 @@
Invalid author last name value
+ th:errors="*{author.lastName}"> + Invalid author last name value +
@@ -104,7 +108,9 @@
Invalid title
+ th:errors="*{title}"> + Invalid title +
@@ -130,7 +136,9 @@
Invalid ISBN code value
+ th:errors="*{isbn}"> + Invalid ISBN code value +
@@ -156,7 +164,9 @@
Invalid year value
+ th:errors="*{year}"> + Invalid year value +
@@ -190,7 +200,9 @@
Invalid price value
+ th:errors="*{price}"> + Invalid price value +
@@ -226,7 +238,7 @@
- button.page.list.return