Hello, I'd like to install Struts 2.0.1 apps as a live-demo to Struts 2. I'm using Tomcat 4.1.30 on Java5 (jrockit). When running mailreader app, I get :
TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found Seems there is some dependency to Xalan. I added xalan-2.7.0 in tomcat common-lib and got a NoSuchMethodError : nextSibling. What version is used by struts ? Nico.