-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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
Spring Boot 2+ Thymeleaf 3.0.10 Exception handling- Not able to return error.html #199
Comments
There seems to be an error either accessing or processing your At first sight your template looks OK to me (except I have only limited knowledge of the Layout Dialect syntax, so I wouldn't be able to tell if your This is something you can do from your So please, could you enable that property, try again, and paste your new exception trace? |
Thanks for the reply @danielfernandez . I tried with
And yes i have a syntax error in my testEntries.html. But ErrorController will handle that exception and need to return common/error.html |
I'm facing a problem with Integration of Thymeleaf 3.0.10 and Spring Boot 2.0.6 version. I'm trying to handle my view errors with ErrorController. My ErrorController class handles the error and returning custom error page. But i'm getting NestedExceptions from other page which have an error.
Am I missing any other configurations here. https://stackoverflow.com/questions/53039513/spring-boot-2-thymeleaf-3-0-10-exception-handling-not-able-to-return-error-htm
Thanks in advance.
The text was updated successfully, but these errors were encountered: