关于s:select 取值使用

比喻在一个Bean中有若干个set,get ,还包含一个list 的get,set,这时要用list的中的项做为选择条件

list="OrgForm.TemplateTypeList" 为bean中的list名

name="OrgForm.Sp_synchro_id"  为bean中在存入选中项的变量

listKey="template_id" 为bean中的list中的一项,为ID之类

listValue="Template_name" 为bean中的list中的一项,为下拉框中要显示的内容

value="OrgForm.synchro_id“ 为bean中在存入选中项的变量,最终选择的结果将回用此值存入

       list="OrgForm.TemplateTypeList" name="OrgForm.Sp_synchro_id"
       listKey="template_id" listValue="Template_name"
       cssStyle="width:180px" value="OrgForm.synchro_id">

你可能感兴趣的:(struts)