s:select标签取值的问题 10
Struct2中,jsp标签<s:select>中选中的值怎么取?<s:selectid="groundingDetail.custLevel"list="#{'A':'...
Struct2 中,jsp标签<s:select>中选中的值怎么取?
<s:select id="groundingDetail.custLevel" list="#{'A':'钻石','B':'银卡','C':'金卡','D':'白金'}" headerKey="0" headerValue="-选择兑换所需客户等级-" listKey="key" listValue="value"
name="groundingDetail.custLevel"></s:select>
我在action中接收的时候,groundingDetail对象的custLevel属性一直是null。 展开
<s:select id="groundingDetail.custLevel" list="#{'A':'钻石','B':'银卡','C':'金卡','D':'白金'}" headerKey="0" headerValue="-选择兑换所需客户等级-" listKey="key" listValue="value"
name="groundingDetail.custLevel"></s:select>
我在action中接收的时候,groundingDetail对象的custLevel属性一直是null。 展开
1个回答
2015-12-07
展开全部
/// <summary>
/// 设置Tranform的Y坐标
/// </summary>
/// <param name="tran">当前Transform</param>
/// <param name="x">Y坐标</param>
public static void SetPositionY(this Transform tran, float y)
{
tran.position = new Vector3(tran.position.x, y, tran.position.z);
}
/// 设置Tranform的Y坐标
/// </summary>
/// <param name="tran">当前Transform</param>
/// <param name="x">Y坐标</param>
public static void SetPositionY(this Transform tran, float y)
{
tran.position = new Vector3(tran.position.x, y, tran.position.z);
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询