Spring/MVC Thymeleaf th:selected not working

前端 未结 5 2069
盖世英雄少女心
盖世英雄少女心 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 14:59

    I found that thymeleaf auto selected when I wanted to edit an item, it loaded form with predefined values, my code like this:

    
    

    Works like a charm

提交回复
热议问题