Is there any way to put ${} in ${}?
I want to put ${} as a key value in HashMap.
I tried
<td th:text="${nickNames[${reviewId}]}">
Is there any way to put ${} in ${}?
I want to put ${} as a key value in HashMap.
I tried
<td th:text="${nickNames[${reviewId}]}">