怎么样在action里获得select里面的值
jsp部分代码:<tr><td><strong>房屋类型:</strong></td><td><selectname="house.fwlx"id="shi"><s:it...
jsp部分代码:
<tr>
<td><strong>房屋类型:</strong></td>
<td><select name="house.fwlx" id="shi">
<s:iterator value="#request.li">
<option value="<s:property value='qxid'/>"><s:property value="fwlx"/></option>
</s:iterator>
</select></td>
</tr>
Action 里面的代码:
int fwlx = house.getLxid();
System.out.println(fwlx);
为什么取不到呢,是否有别的方法? 展开
<tr>
<td><strong>房屋类型:</strong></td>
<td><select name="house.fwlx" id="shi">
<s:iterator value="#request.li">
<option value="<s:property value='qxid'/>"><s:property value="fwlx"/></option>
</s:iterator>
</select></td>
</tr>
Action 里面的代码:
int fwlx = house.getLxid();
System.out.println(fwlx);
为什么取不到呢,是否有别的方法? 展开
2个回答
展开全部
你的网页代码: <td><select name="house.fwlx" id="shi">
你的后台 int fwlx = house.getLxid();
明明不对嘛。 后台的取值 是根据前台的 name 属性而来
根据前台的name 属性, 你在后台应该是要 这样。
int fwlx = house.getFxlx();
你的后台 int fwlx = house.getLxid();
明明不对嘛。 后台的取值 是根据前台的 name 属性而来
根据前台的name 属性, 你在后台应该是要 这样。
int fwlx = house.getFxlx();
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询