我正在使用 EL 值填充选择元素并遇到问题
<form:select path="district" cssClass="inputText">
<option value="" title='${SELECT_DISTRICT}'>
<c:out value="--${SELECT_DISTRICT}--"></c:out>
</option>
<form:options items="${districtList}"/>
</form:select>
当我在 hdiv-config.xml 中更改配置机密性 =“真”时,它会给出选择值作为从“0”开始的递增数字,同时根据需要使机密性 =“假”填充值。