You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
its so important that import a special package. i had error in parsing b4 n after i changed some of them some of its issues got correct. check your import packages n download n add true .jar files to your project. for example aftef i added the code below for Converter interface some of issues disapeared. but for me it was more.
import org.springframework.core.convert.converter.Converter;
The design.html works not out of the Box.
After removeing
<input type="text" th:field="*{name}"/> <!-- end::all[] --> <span th:text="${#fields.hasErrors('name')}">XXX</span> <span class="validationError" th:if="${#fields.hasErrors('name')}" th:errors="*{name}">Name Error</span>
The file is correct parsed.
Before i got a "Bean property 'name' is not readable or has an invalid getter" Exception
The text was updated successfully, but these errors were encountered: