Hi. I'm completely new at Struts and Tiles, but was given the task of converting an app that relied on the first versions of those to the the newer version.
We build with Maven 2, and as instructed by the documentation at http://tiles.apache.org/dev/snapshots.html, I added <dependency> <groupId>org.apache.struts.tiles</groupId> <artifactId>tiles-core</artifactId> <version>2.0-SNAPSHOT</version> </dependency> To my pom.xml file. This downloaded tiles-api.jar and tiles-core.jar. However, at http://tiles.apache.org/migration/index.html, it says that there are three jars needed (tiles-jsp.jar being the third). When I try to access a site, I get an exception that "http://tiles.apache.org/tags-tiles" was not found, and it seems likely that the missing JSP jar is the cause. Can anyone tell me where I can find that jar, and what I need to give Maven as a <dependency>? I tried copying the above and replacing the artifact ID with "tiles-jar" but that gave me an error saying that the artifact was not found in the repositor (which is set as per the snapshots link above). Does anyone know what the dependency for tiles-jsp.jar is? Thanks, ~Dan Allen -- This message may contain confidential, proprietary, or legally privileged information. No confidentiality or privilege is waived by any transmission to an unintended recipient. If you are not an intended recipient, please notify the sender and delete this message immediately. Any views expressed in this message are those of the sender, not those of any entity within the KBC Financial Products group of companies (together referred to as "KBC FP"). This message does not create any obligation, contractual or otherwise, on the part of KBC FP. It is not an offer (or solicitation of an offer) of, or a recommendation to buy or sell, any financial product. Any prices or other values included in this message are indicative only, and do not necessarily represent current market prices, prices at which KBC FP would enter into a transaction, or prices at which similar transactions may be carried on KBC FP's own books. The information contained in this message is provided "as is", without representations or warranties, express or implied, of any kind. Past performance is not indicative of future returns. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]