Hi, How do I build the source code?
If I do a "mvn clean install" I get the following errors: [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] \workspace\struts2-apache-src\core\src\main\java\org\apache\struts2\comp onents\UIBean.java:[445,14] error: cannot find symbol [ERROR] \workspace\struts2-apache-src\core\src\main\java\org\apache\struts2\comp onents\UIBean.java:[446,14] error: cannot find symbol [ERROR] \workspace\struts2-apache-src\core\src\main\java\org\apache\struts2\comp onents\UIBean.java:[448,36] error: cannot find symbol [ERROR] \workspace\struts2-apache-src\core\src\main\java\org\apache\struts2\comp onents\UIBean.java:[448,64] error: cannot find symbol Its due to the compiler not recognizing HttpServletRequest and HttpServletResponse classes. Thanks, Serdyn du Toit