2014-10-16 12 views
7

W jaki sposób I user-target = "# userId" w pliku HTML doc. Na jak w każdym JSP lub HTML,Jak mogę wykonać targetowanie danych = "# userId" w tym celu?

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

Jak piszę w doc thymeleaf HTML. w ten sposób?

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

wyjątkiem jest:

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

Odpowiedz

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