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

Reply via email to