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属性出错
posted on 2009-01-07 11:45
JasonChou 阅读(369)
评论(0) 编辑 收藏 所属分类:
j2ee