If you're using Struts 2, you're strongly advised to upgrade to version 2.0.9 (released today).
http://struts.apache.org/2.x/docs/s2-001.html For AppFuse 2.x, this is as simple as adding the following to your pom.xml and running "mvn clean install". <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> <version>2.0.9</version> </dependency> Matt -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]