1.? No action config found for the specified url
造成這個(gè)問題有兩個(gè)原因,第一個(gè)原因是struts-config.xml的配置有問題,具體是<action attribute="" input="" ?name="" path="" scope=""?type="" />中的path屬性寫錯了。第二個(gè)原因是JSP文件中的action寫錯了
2.? org.apache.struts.config.FormBeanConfig.createActionForm
造成這個(gè)問題的原因是<form-bean name="" type="" /> 中的type屬性出錯
posted on 2009-01-07 11:45
JasonChou 閱讀(387)
評論(0) 編輯 收藏 所屬分類:
j2ee