spring-thymeleaf Questions
3
Solved
In Thymeleaf < 3.1 I used below expression to get the request URI.
th:classappend="${#arrays.contains(urls, #httpServletRequest.getRequestURI()) ? 'active' : ''}"
It worked all the ti...
Colored asked 27/11, 2022 at 23:16
1
Hi While clicking on register button using thymeleaf 3.1 and spring6 i am getting the following error can someone help me out on this how to write in the new version the given syntax
base::layout(~...
Caa asked 19/3, 2023 at 4:43
1
The application is web-application using spring boot and thymeleaf. The application has a questionnaire along with some fields that needs to filled to submit the form. The model object (here answer...
Devisee asked 2/9, 2022 at 11:47
1
Solved
I am able to access files under templates folder, But I am not able to access the jsp files.
If I remove the thymeleaf dependency, I am able to access the jsp files, but I want access both thymelea...
Tansy asked 26/12, 2021 at 4:48
1
© 2022 - 2024 — McMap. All rights reserved.