From d9f674e4d8212b48da604fa93c371522cfc698e9 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Wed, 30 Sep 2020 15:38:14 +0300 Subject: [PATCH] Prefer absolute URI for book list page; minor form update Signed-off-by: Pekka Helenius --- .../main/resources/templates/bookedit.html | 26 ++++++++++++++----- 1 file changed, 19 insertions(+), 7 deletions(-) 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