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
+