关于struts中的表单元素- Form bean not specified on mapping for action: "helloa.do"报错_html/css_WEB-ITnose
程序员文章站
2022-05-13 13:48:17
...
今天测试struts时仿照书上写了一个小的表单提交代码
1
报 Form bean not specified on mapping for action: "helloa.do"错。
struts-config.xml中的配置如下:
这里没有用到ActionForm,所以没有加name属性,这个应该没有什么影响。
后来更改前台代码如下:
页面成功跳转,可能是