I am trying to render an HTML file using thymeleaf and keep the resultant HTML content in a String variable in web-based scopes of Spring so that i can use it l
web-based scopes of Spring
In my case, my html template was not in right directory. Changed that to "src/main/resources/abc.html" and this fixed my error:
java.lang.ClassNotFoundException: ognl.PropertyAccessor