You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Joel Trunick <Jo...@SmartPrice.com> on 2003/06/12 22:14:21 UTC

Going to exception page

What is the correct way to tell Tapestry to go to the Exception page? That
is, I've caught the unhandled exception, now what?

Just use the normal: cycle.setPage() page.setException(t)?

Joel