You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Kalle Korhonen <ka...@gmail.com> on 2010/04/01 22:03:34 UTC

Tapestry-exceptionpage 0.0.1 released!

Another month, another release. This time we bring you a
Tapestry-style replacement for this standard web.xml configuration:
<error-page>
    <exception-type>java.lang.Throwable</exception-type>
    <location>/generalError.jsp</location>
</error-page>

Tapestry conveniently wraps up any uncaught exception inside
ComponentEventException and displays a very nice exception page at
development time, but unfortunately that makes it impossible to use
the standard error-page configuration in your web.xml. Not that
configuring all that in verbose xml is that great anyway but it had
its uses. tapestry-exceptionpage module allows you to simply
contribute the exception type/error page mappings in plain Java and
allows specifying context for the error pages to make it quite a bit
more flexible than the standard configuration. Check out the
tapestry-exceptionpage guide
(http://tynamo.org/tapestry-exceptionpage+guide) for more info! 0.0.1
release of tapestry-exceptionpage is immediately available from
Central (http://repo1.maven.org/maven2/org/tynamo/tapestry-exceptionpage/0.0.1/).

Enjoy,
Tynamo Team
http://tynamo.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org