I get java.lang.NoClassDefFoundError: org/apache/struts/tiles/DefinitionsFactoryException when i try to run my testcase. I am using strutstest19-1.1_2.3 with jakarta-cactus-13-1.4. here is the stack trace :
java.lang.NoClassDefFoundError: org/apache/struts/tiles/DefinitionsFactoryException
at servletunit.struts.CactusStrutsTestCase.setRequestPathInfo(CactusStrutsTestCase.java:248)
at servletunit.struts.CactusStrutsTestCase.setRequestPathInfo(CactusStrutsTestCase.java:228)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-25
download the newest version of struts. it contains tiles.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get java.lang.NoClassDefFoundError: org/apache/struts/tiles/DefinitionsFactoryException when i try to run my testcase. I am using strutstest19-1.1_2.3 with jakarta-cactus-13-1.4. here is the stack trace :
java.lang.NoClassDefFoundError: org/apache/struts/tiles/DefinitionsFactoryException
at servletunit.struts.CactusStrutsTestCase.setRequestPathInfo(CactusStrutsTestCase.java:248)
at servletunit.struts.CactusStrutsTestCase.setRequestPathInfo(CactusStrutsTestCase.java:228)
download the newest version of struts. it contains tiles.