2014-10-16 3 views
7

Come posso user data-target = "# userId" in un documento HTML di timeline. Per come, in ogni JSP o HTML,Come posso fare data-target = "# userId" in thimeleaf

<a href="#" data-toggle="modal" data-target="#resetPwModal${customer.uuid }">reset</a> 

Come scrivo in un documento HTML thymeleaf. piace questo?

<a href="#" data-toggle="modal" data-th-target="#resetPwModal${customer.uuid }">reset</a> 

l'eccezione è:

org.thymeleaf.exceptions.TemplateProcessingException: Could not parse as expression: "#" (user/userList.html:90) 

risposta

15
th:attr="data-target='#customerModel'+${customer.uuid }"