<html:select name="statTerminalBehaviorForm" property="type" styleClass="bian" style="width:100px" value="${statTerminalBehaviorForm.type }">
<logic:iterate id="terminal" name="terminals" scope="request" indexId="indexId">
<html:option value="${terminal}"><bean:write name="terminal"/></html:option>
</logic:iterate>
</html:select>