2016-03-01 26 views

risposta

28

Devi usare th: attributo id:

<form th:id="'myForm' + ${object.id}" class="some class" th:action="@{/doSomething}" method="post"> 
// *** Other code here *** 
</form> 
+0

come usare per un elemento con id dinamica? – Nurlan