Struts2 的select标签能否遍历数组?不是一个List<Bean>.而是一个List<String>
 <td >
     <s:select  name="saleAll.customerName"   list="customerName"  headerKey="0" headerValue="--请选择--" > 
     </s:select>
      </td>
customerName就是一个List<String>对象,但是程序报错