>PROBLEM
The request returns the following error message:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Fri Jul 07 17:02:46 BRT 2017
There was an unexpected error (type=Internal Server Error, status=500).
Error during execution of processor 'org.thymeleaf.spring4.processor.attr.SpringInputGeneralFieldAttrProcessor' (login)
>SOLUTION
In this example, it missing the object requested by the html template at:
Check your parameters on the respective method in the controller's class.
Fixing the bug, including the missing parameter:
Problem solved.
>ENV
Java
Spring boot
Thymeleaf
Eclipse
No comments:
Post a Comment