th:selected a number in a select/option with Thymeleaf doesn't work

后端 未结 3 712
南旧
南旧 2021-02-07 09:21

I have this code

3条回答
  •  粉色の甜心
    2021-02-07 10:17

    You cannot use th:field along with th:selected. If you replace th:field with name=someMeaningfullName the code will work just fine.

    Check out this thread on the Thymeleaf forum for more information

提交回复
热议问题