python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why isn't the thymeleaf object recognized?
The first code snipped is me adding(or rather trying) the attribute 'NewUser' to use in html.
The error pops up for 'th:field="*{name}"'.
Error:
Error during execution of processor 'org.thym...
Cheezy
Votes: 0
Answers: 3
Thymeleaf - Use local variable in Collection Selection
On my page I have a list of reviews, and each review has some comments.
From my backend I get a list of all reviews, and a list of all comments.
Each comment has review property, which determines the ...
FireFuro99
Votes: 0
Answers: 1
Is it possible to resolve inline placeholders in Thymeleaf without adding quotes?
I'm resolving placeholders in a Javascript file processed by Thymeleaf. One placeholder [[${uniqueNr}]] a.o. is used inside the name of a Javascript function. The placeholder is resolved, but quotes a...

tbeernot
Votes: 0
Answers: 1
Thymeleaf - Check if array contains element with property
I have a list of comments. Each comment has an attribute author. And each author has a username.
I want to display a specific button only if the current user did not write a comment yet. (Which means ...
FireFuro99
Votes: 0
Answers: 2