struts1 每次提交action中的form值都为null 30

这是form配置:<form-beanname="autoQueryCheck"type="com.yinbo.jhtpay.web.forms.AutoQueryChe... 这是form配置:<form-bean name="autoQueryCheck" type="com.yinbo.jhtpay.web.forms.AutoQueryCheckForm"></form-bean>

下面是action配置:
<!-- 查证 -->
<action path="/merCheckOut" scope="request"
attribute="autoQueryCheckForm"
name="autoQueryCheckForm"
type="org.springframework.web.struts.DelegatingActionProxy">
</action>

这是action:
public ActionForward execute(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response) {
AutoQueryCheckForm checkForm=(AutoQueryCheckForm)form;
为啥每次提交过来checkForm 都为null
展开
 我来答
露姐有点忙
2015-03-09
知道答主
回答量:30
采纳率:100%
帮助的人:5.5万
展开全部
你form 的配置name是autoQueryCheck

action的配置却是 attribute="autoQueryCheckForm"
name="autoQueryCheckForm"
不一致
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式