maks was trying2
This commit is contained in:
parent
fe7076c6f4
commit
61d964259f
@ -36,7 +36,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<form th:action="@{/product/filter}" method="post">
|
<form th:action="@{/product/filter}" th:object="${selmanufacturers}" method="post">
|
||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3">
|
||||||
<select class="form-select" th:name="manufacturerid">
|
<select class="form-select" th:name="manufacturerid">
|
||||||
<option th:each="manufacturer, iterator: ${manufacturers}" th:value="${manufacturer.id}" th:text="${manufacturer.name}"></option>
|
<option th:each="manufacturer, iterator: ${manufacturers}" th:value="${manufacturer.id}" th:text="${manufacturer.name}"></option>
|
||||||
|
Loading…
Reference in New Issue
Block a user