問題のコード
html
1<form th:object="${form}"> 2<select name="name" th:field="*{name}"> 3 <option th:value="${user.name}" th:selected="${user.name} == 'hoge'">hoge</option> 4 <option ht:value="${user.name}" th:selected="${user.name} == 'hogehoge'">hogehoge</option> 5</select>
おかしいところがあるでしょうか。
ご教授願います。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。