把Struts的例子复制到tomcat下运行,一直抛出这个异常:
Cannot find ActionMappings or ActionFormBeans collection
后来在http://www.talkaboutprogramming.com找到答案,非常感谢该高手的replay
解决方法:
把struts/lib下的commons-beanutils.jar 等几个包都复制到web模块的lib下.
将Struts例子在Tomcat下运行时,抛出Cannot find ActionMappings or ActionFormBeans collection异常。后在相关网站找到解决办法,即把struts/lib下的commons - beanutils.jar等几个包复制到web模块的lib下。
把Struts的例子复制到tomcat下运行,一直抛出这个异常:
Cannot find ActionMappings or ActionFormBeans collection
后来在http://www.talkaboutprogramming.com找到答案,非常感谢该高手的replay
解决方法:
把struts/lib下的commons-beanutils.jar 等几个包都复制到web模块的lib下.
234
1万+

被折叠的 条评论
为什么被折叠?