我正在使用struts2.1和websphere 8.5。我需要映射值。所以使用hashmap从jsp设置选定的下拉值。我的渲染代码lokk like,
<select name="hmAttributeMapping['-1abc1']" tabindex="1" id="idattributemapping" class="drop">
<option value="-1"
>*Missing*</option>
<option value="1">Test1</option>
</select>
当我提交页面时,只有这个键'-1abc'没有进入动作类。其他键在hashmap中可用。这是一个特例吗?