Toby, You should just be able to add the following to your pom.xml in the appropriate places:
<repository> <id>t5components</id> <name>T5Components Maven Repository</name> <url> http://87.193.218.134:8080/t5components/maven-repository </url> </repository> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>t5c-contrib</artifactId> <version>0.5.11</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>t5c-commons</artifactId> <version>0.5.11</version> </dependency> Zack Sven Homburg wrote: > > looks like the jars not copied in your WEB-INF/lib directory > > 2008/5/17 Toby Hobson <[EMAIL PROTECTED]>: > >> Hi >> >> I'm looking at the t5-components project and I am trying to use the >> PagedLoop component. I've added the commons and contrib dependencies and >> the >> repo to my pom.xml and they are now on my classpath. But when I try to >> use >> >> <li t:type="t5components/PagedLoop" source="images" value="photo"> >> ${photo.name} >> </li> >> >> Tapestry complains that it can't find a component called >> "t5components/PagedLoop". Do I have to somehow tell T5 where to find the >> new >> components? >> >> Thanks >> >> Toby >> >> > > > -- > with regards > Sven Homburg > http://tapestry5-components.googlecode.com > > > ----- > best regards > Sven > -- View this message in context: http://www.nabble.com/Using-t5-components-tp17292957p17328675.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]