Schulte Marcus bmw.ch> writes:
> Still, the way you have to unwrap your exception from the
> ApplicationRuntimeException is somewhat unsatisfactory. It's just too tight
> coupling to framework-internals.
I suppose your user exceptions are checked exceptions? If
no, just override the activateExc
Hi,
While I'm growing increasingly fond of Tapestry, there's one tiny advantage
to Struts-like Action-classes over listener-methods. Namely, being able to
easily provide Base-Actions taking, for example, care of (non-technical)
user exceptions by converting them into friendly messages.
In Tapestr