enable creation of custom "onException" event handler
-----------------------------------------------------
Key: TAPESTRY-2653
URL: https://issues.apache.org/jira/browse/TAPESTRY-2653
Project: Tapestry
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.0.14
Reporter: Kristian Marinkovic
make it possible to create custom "onException" event handler that are fired
when custom Exceptions are thrown.
i have the use case saying, that when an optimistic lock exception is thrown
the same page with the newly loaded entity and an error message has to be
displayed. Although it is possible to use the "onException" event it would be
much nicer to have a "onExceptionFromOptimisticLocking" exception where the
developer can put the exception handling into this specific method. In the near
future we will have multiple other exceptions that need to be handled in a
similar way.
i prefer specific event handler to a bunch of instanceof statements
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]