DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Excerpt |
|---|
A new stable version of Tapestry is available for download, Tapestry 5.2.6. We can recommend that all Tapestry 5.2 applications upgrade to version 5.2.6. |
This new version addresses some client-side JavaScript issues, upgrading the built-in copy of Prototype to the latest version (1.7).
Tapestry 5.2.6 can be downloaded in either binary or source format. The release is also available via Maven:
| Code Block | ||
|---|---|---|
| ||
<dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-core</artifactId> <version>5.2.6</version> </dependency> |