Re: NoClassDefFoundError: javax.faces.event.ActionLdistener in sample app - solved

2009-02-17 Thread Enric Jaen
Solved. Don't know which lib was conflicting. I had to reinstall tomcat. HTH. /Enric - Mensaje original De: Enric Jaen Para: user@struts.apache.org Enviado: domingo, 15 de febrero, 2009 11:33:37 Asunto: NoClassDefFoundError: javax.faces.event.ActionLdistener in sample app Hel

NoClassDefFoundError: javax.faces.event.ActionLdistener in sample app

2009-02-15 Thread Enric Jaen
Hello, I get a NoClassDefFoundError when I try to start the sample struts2-showcase-2.1.6 application : org.apache.myfaces.webapp.StartupServletContextListener java.lang.NoClassDefFoundError: javax/faces/event/ActionListener I just copied the avaiable struts2-showcase-2.1.6.war into webapps. I

RE: StrutsTestCase and Struts2

2009-02-14 Thread Enric Jaen
Thanks Dave, they are there. I failed to guess that all were using JWebUnit. /Enric - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

StrutsTestCase and Struts2

2009-02-13 Thread Enric Jaen
Hello, I'd to test the StrutsTestCase's version for Struts2 [1] but I have not found any example. There are plenty of examples for Struts1, however. Any idea how to use it? Regards, /Enric ps. I have found examples of testing Struts2 with JWebUnit, but what I want is to test the controller.