I want to do something like
<option value="value1,value2">
in thymleaf. I know for one value all i have to do is
<option th:value="${value1}">
How to pass two values in select option in Thyemleaf.
I want to do something like
<option value="value1,value2">
in thymleaf. I know for one value all i have to do is
<option th:value="${value1}">
How to pass two values in select option in Thyemleaf.
Use the templating correctly: