<html:select property = "test">
    <html:option value = "test1">test1</html:option>
    <html:option value = "test2">test2</html:option>                  <   <html:option value = "test3">test3</html:option>
    <html:option value = "test4">test4</html:option>
</html:select>这样不就完了吗?发送到服务器的是当前选中的option的value,而不是description:)