[ ] The overloaded constructor should also take a parameter for the year instance variable.
Part III
[ ] While your code is working for the POST and it maps the form object to the method parameter, you should also add @ModelAttribute("car") in front of your method parameter. This will allow us to work with SessionAttributes and persist attributes between requests.
[ ] You need to fix your redirect so that it maps to "/".
[ ] Take out the tags with Car: in the index-page.html (this will ultimately be our application landing page).
Part IV:
[ ] The xmlns:th in your index-page.html has a period instead of a colon.
[ ] You created the base.html page, but you are not inserting/replacing values in your index-page.html or add-page.html. Instead, you're making those pages fragments themselves (watch Video 6c again).
[ ] The script tags (in all cases) need to go outside the body tags, but inside the html tags.
You have until 10/21 at 11:59 p.m. to make these fixes. When you have fixed the above, close this issue and reply to it with the commit number that has the fixes.
From Homework 5:
Part I
Part III
Part IV:
You have until 10/21 at 11:59 p.m. to make these fixes. When you have fixed the above, close this issue and reply to it with the commit number that has the fixes.