【发布时间】:2018-05-22 17:33:14
【问题描述】:
我想用th:href 制作thymeleaf url 来生成这个url(用于我的birt 报告)
其中 &__paramName=value 是 birt 报告 url 中的 param=value。
我在下面尝试过,但它给了我解析异常:
<td><a href="listebebrouillons.html" th:href="@{http://localhost:8081/birt/frameset?__report=report/bordereau_emission.rptdesign&__title=Bordereau Emission&__locale=fr_FR&__format=html&__masterpage=true&IdBE=${bordereauEmission.idBe}}">Visualiser</a></td>
【问题讨论】: