首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

The action name cannot be the same as the action suffix [Action]遇到此有关问题的解决办法

2013-11-08 
The action name cannot be the same as the action suffix [Action]遇到此问题的解决方法把继承ActionSup

The action name cannot be the same as the action suffix [Action]遇到此问题的解决方法
把继承ActionSupport这个类所导入的包,换成以下的包即可:
import com.opensymphony.xwork2.ActionSupport;

注意不要导入下面的这个包,否则就会报上面的错误:
import org.springframework.web.struts.ActionSupport;

热点排行