2007/10/24, zargarf <[EMAIL PROTECTED]>: > > <dependency> > <groupId>org.apache.tiles</groupId> > <artifactId>tiles-core</artifactId> > <version>2.0-SNAPSHOT</version> > </dependency> > <dependency> > <groupId>org.apache.tiles</groupId> > <artifactId>tiles-jsp</artifactId> > <version>2.0.4</version> > </dependency> > <dependency> > <groupId>org.apache.tiles</groupId> > <artifactId>tiles-api</artifactId> > <version>2.0.4</version> > </dependency>
Please ask this questio in the Tiles Users mailing list: http://tiles.apache.org/mail.html Anyway, why are you using "tiles-core" 2.0-SNAPSHOT? You need to include only tiles-jsp 2.0.4, tiles-core and tiles-api will be included as transitive dependencies. I don't know, if this solves your problem, though. Antonio
