你在web.xml里面有没有映射.do这个名字。
和struts-config.xml里面的名字一样确定一样.

解决方案 »

  1.   

    应该是你在标签没指定form路径,或在struts config 里action没有指定form
      

  2.   

    用struts 的html:form ,想提交到一个servlet,如下:<html:form  name="form1" method="post" action="servlet1"  >
    ....
    </html:form>
     总是提示找不到这个servlet1,如果不用struts,而用<form></form>则没问题,
    用<html:form >要如何提交到一个servlet??html:form  name="form1" ????????有name这属性吗?难道不报错?