Tapestry Extensions is a collection of components and other add-ons for Tapestry that don't fit (or don't belong) at Apache . Often, this is due to licensing issues.
Provides an enhanced DateField component for Tapestry.
Use Tapestry as a templating engine for offline content generation.
Adds "plain:" binding prefix, which works like "message:", but strips out any HTML tags, and converts HTML entities.
A patch for Tapestry 5.1.0.5 that changes the bundled version of Prototype to version 1.6.1, which is compatible with Internet Explorer 8.
In order to make use of these modules, you must update your POM to identify the Tapestry360 repositories:
<repositories>
<repository>
<id>tapestry360-stable</id>
<url>http://tapestry.formos.com/maven-repository</url>
</repository>
<repository>
<id>tapestry360-snapshot</id>
<url>http://tapestry.formos.com/maven-snapshot-repository</url>
</repository>
</repositories>