How can I user data-target="#userId" in a thymeleaf HTML doc. For like ,In any JSP or any HTML ,
<a href="#" data-toggle="modal" data-target="#resetPwModal${customer.uuid }">reset</a>
How I write in a thymeleaf HTML doc. like this?
<a href="#" data-toggle="modal" data-th-target="#resetPwModal${customer.uuid }">reset</a>
the exception is :
org.thymeleaf.exceptions.TemplateProcessingException: Could not parse as expression: "#" (user/userList.html:90)