Hi, I'm upgrading my project to the latest version of struts 1.2.7. In the Wiki under the Dependency section (http://wiki.apache.org/struts/StrutsRelease127) it mentions that the Common BeanUtils version 1.7.0 is required. When I look at the Manifest.mf file found in the struts-1.2.7\lib directory this is what I get.
Manifest-Version: 1.0 Ant-Version: Apache Ant 1.5.3 Created-By: 1.4.1_01-b01 (Sun Microsystems Inc.) Extension-Name: org.apache.commons.beanutils Specification-Title: Jakarta Commons Beanutils Specification-Vendor: Apache Software Foundation Specification-Version: 1.6 Implementation-Title: org.apache.commons.beanutils Implementation-Vendor: Apache Software Foundation Implementation-Version: 1.6 I have also noted a discrepency between the manifest for antlr.jar and the Wiki. Am I missing something here or is there just a typo in the Wiki? - Glenn