el式によるformドロップダウン・ボックスの埋め戻し
1137 ワード
<tr align="left">
<td align="left" width="10%"> :<span style="color:red">*</span></td>
<td>
<select id="typeguid" name="typeguid">
<option <c:if test="">selected</c:if> value=""></option>
<option <c:if test="${typeguid==' ' }">selected</c:if> value=" "> </option>
<option <c:if test="${typeguid==' 、 ' }">selected</c:if> value=" 、 "> 、 </option>
<option <c:if test="${typeguid==' ' }">selected</c:if> value=" "> </option>
<option <c:if test="${typeguid==' ' }">selected</c:if> value=" "> </option>
</select>
</td>
</tr>
el式の