From f8d7e2bfa0f9566d6c8cd18f68656d7aedc0db8b Mon Sep 17 00:00:00 2001 From: Kaustubh Deokar Date: Sat, 15 Jul 2023 22:22:35 +0530 Subject: [PATCH] Update Step27.md problems in execution, found out that commandName replaced by modelAttribute reference: https://stackoverflow.com/questions/21495616/difference-between-modelattribute-and-commandname-attributes-in-form-tag-in-spri --- Step27.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Step27.md b/Step27.md index 8928729..4d066f7 100644 --- a/Step27.md +++ b/Step27.md @@ -7,7 +7,7 @@ ``` <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> - +
Description @@ -487,7 +487,7 @@ log4j.appender.Appender1.layout.ConversionPattern=%-7p %d [%t] %c %x - %m%n
- +
Description