1.? No action config found for the specified url
造成這個問題有兩個原因,第一個原因是struts-config.xml的配置有問題,具體是<action attribute="" input="" ?name="" path="" scope=""?type="" />中的path屬性寫錯了。第二個原因是JSP文件中的action寫錯了
2.? org.apache.struts.config.FormBeanConfig.createActionForm
造成這個問題的原因是<form-bean name="" type="" /> 中的type屬性出錯