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
Consider data-th-attributes instead of th:attributes
Consider renaming iter to status or stat
Make sure you use stat.index instead of stat.count-1 and stat.count instead of stat.index+1
Decide whether minimize or maximize size of SpEL ${} when Thymeleaf evaluation can work as well. That is particularly important for single text values like th:text="'sample'" or th:text="${'sample'}" and stick with the strategy
Make sure URLs are all absolute using @{/sample}.
Decide whether you should use ModelAndView as a return type or Model or ModelMap as an input parameter while returning just String viewName. The other strategy is more validation friendly and probably more common in the wild.
Decide whether you want to use .html in the URLs or not and stick with it consistently.
The text was updated successfully, but these errors were encountered:
Consider data-th-attributes instead of th:attributes
Consider renaming iter to status or stat
Make sure you use stat.index instead of stat.count-1 and stat.count instead of stat.index+1
Decide whether minimize or maximize size of SpEL ${} when Thymeleaf evaluation can work as well. That is particularly important for single text values like th:text="'sample'" or th:text="${'sample'}" and stick with the strategy
Make sure URLs are all absolute using @{/sample}.
Decide whether you should use ModelAndView as a return type or Model or ModelMap as an input parameter while returning just String viewName. The other strategy is more validation friendly and probably more common in the wild.
Decide whether you want to use .html in the URLs or not and stick with it consistently.
The text was updated successfully, but these errors were encountered: