mark 一下 :
以select为例:
<s:select id="userTypeList" name="search_usertype" list="%{#request.usertypelist}" headerKey="" headerValue="会员类型" cssStyle="width:75px" value="%{'${usertype}'}"></s:select>
Struts2中Select标签用法
本文介绍在Struts2框架中如何使用Select标签来创建下拉选择框,并展示了如何通过设置属性来定制样式及内容。具体示例包括如何绑定数据源、设定默认选项等。
mark 一下 :
以select为例:
<s:select id="userTypeList" name="search_usertype" list="%{#request.usertypelist}" headerKey="" headerValue="会员类型" cssStyle="width:75px" value="%{'${usertype}'}"></s:select>

被折叠的 条评论
为什么被折叠?