解决了的一个bug
<logic:notEmpty name="controlBean" property="stageList"><logic:iterate id="stageList" name="controlBean" property="stageList">
<option value=""><bean:write name="stageList" property="sname"></bean:write> </option>
</logic:iterate></logic:notEmpty>
属性需要是小写的。