Spring/MVC Thymeleaf th:selected not working

前端 未结 5 2150
盖世英雄少女心
盖世英雄少女心 2021-02-09 14:34

I am building an application using Spring, Hibernate and of course Thymeleaf for the views. The application is centered around an Activity domain class (which is literally an i

5条回答
  •  一个人的身影
    2021-02-09 15:02

    according to the thymeleaf forum (post) th:field doesn't work with th:selected

    try something like this (not tested)

    
    

提交回复
热议问题