We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Below step spring-boot-master-class/02.Spring-Boot-Web-Application/Step18.md
and the below file src/main/webapp/WEB-INF/jsp/todo.jsp
"commandName" has been deprecated please use "modelAttribute" instead. Else in the latest Spring Boot the Add To do view will not work
The text was updated successfully, but these errors were encountered:
Same Here Any Solution
Sorry, something went wrong.
The solution is to use model attribute as mentioned in my original post
In todo.jsp, commandName (deprecated above Spring 5) should be replaced by modelAttribute
No branches or pull requests
In the Below step
spring-boot-master-class/02.Spring-Boot-Web-Application/Step18.md
and the below file
src/main/webapp/WEB-INF/jsp/todo.jsp
"commandName" has been deprecated please use "modelAttribute" instead.
Else in the latest Spring Boot the Add To do view will not work
The text was updated successfully, but these errors were encountered: