A collection of powerful add-on components for Tapestry.
This library started as a collection of components contrib uted by the community.
To make use of this library, you must include its JAR on the classpath (typically, by copying it into WEB-INF/lib), and extend your application specification, and add a <library> element:
<library id="contrib" specification-path="classpath:/org/apache/tapestry/contrib/Contrib.library"/>
You may then reference the components of the framework using the prefix:
<table jwcid="@contrib:Table" ...> ...
The prefix "contrib:" can be changed; if you don't like typing, make it "c:" ... Tapestry doesn't care!