我怎样才能在百里香中做data-target =“#userId”

时间:2014-10-16 05:59:56

标签: twitter-bootstrap thymeleaf

我如何使用data-target ="#userId"在百万美元的HTML文档中。 对于类似,在任何JSP或任何HTML中,

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

我如何写一篇百万美元的HTML文档。 像这样?

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

例外是:

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

2 个答案:

答案 0 :(得分:27)

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

答案 1 :(得分:0)

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