首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Ognl select 增多空选项

2012-11-08 
Ognl select 增加空选项form actionstore.action methodpost s:select label仓库 namestora

Ognl select 增加空选项

<form action="store.action" method="post" >        <s:select label="仓库" name="storage.storageid"  list="#request.storages" listKey="storageid" listValue="storagename" headerKey="" headerValue="" />        <s:select label="商品类别" name="productType.typeid"  list="#request.productTypes" listKey="typeid" listValue="typename" headerKey="" headerValue="" />    <s:textfield name="product.productname" label="商品名称" />    <s:select label="规格" name="product.prop2"  list="#{'350ML':'350ML','550ML':'550ML','750ML':'750ML'}" headerKey="" headerValue="" />    <s:select label="级别" name="product.prop1"  list="#{'D.O.C':'D.O.C','V.D.P':'V.D.P'}" headerKey="" headerValue="" />    <input type="submit" value="查询">    <input type="button" value="查看全部库存" onclick="javascript:window.location='store.action'" />    </form>

?

?

headerKey="" headerValue=""

热点排行