maks was trying2

This commit is contained in:
aleyckin 2023-05-25 17:29:27 +04:00
parent fe7076c6f4
commit 61d964259f

View File

@ -36,7 +36,7 @@
</tbody>
</table>
</div>
<form th:action="@{/product/filter}" method="post">
<form th:action="@{/product/filter}" th:object="${selmanufacturers}" method="post">
<div class="input-group mb-3">
<select class="form-select" th:name="manufacturerid">
<option th:each="manufacturer, iterator: ${manufacturers}" th:value="${manufacturer.id}" th:text="${manufacturer.name}"></option>