我怎样才能在百里香中使用th:selected属性

时间:2017-06-02 17:16:02

标签: thymeleaf

   <select name="fGroup-selector">
                <option th:each="fGroup : ${fGroupsList}"
                        th:value="${fGroup.id}"
                        th:selected="${fGroup.is_default}"
                        th:text="${fGroup.name}">fGroup
                </option>
            </select>
It is not working....

这是thymeleaf下拉列表代码,其中th:所选属性不起作用请帮助我

0 个答案:

没有答案