Hi, You may have issues if you use Struts on Tomcat or other containers which also use Collections. For tomcat, it uses collections 2.1 as the moment, and you'd need to move that from common/lib to server/lib in order to use collections 3.0 (which would go in your WEB-INF/lib).
Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Sherlock, Simon [mailto:[EMAIL PROTECTED] >Sent: Tuesday, May 25, 2004 2:48 AM >To: [EMAIL PROTECTED] >Subject: Commons Collections 3 and Struts 1.1 > >Is the latest version of the Commons Collections compatible with Struts >1.1. >Is it as simple as add the new jars to my project, or might there be >problems? > >Thanks, Simon > >This e-mail and any attachment is for authorised use by the intended >recipient(s) only. It may contain proprietary material, confidential >information and/or be subject to legal privilege. It should not be copied, >disclosed to, retained or used by, any other party. If you are not an >intended recipient then please promptly delete this e-mail and any >attachment and all copies and inform the sender. Thank you. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
