Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: exceptionpage-0.0.1
-
Fix Version/s: exceptionpage-0.1.0
-
Component/s: exceptionpage
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
I didn't research why, but I get an org.apache.tapestry5.ioc.internal.OperationException, when handling an actionlink event.
This exception is not handled by the ConfigurableRequestExceptionHandler (line 43):
while (cause instanceof ComponentEventException)
{ // I added '|| cause instanceof OperationException' to make it work if (cause.getCause() == null) break; cause = cause.getCause(); }Regards,
Matías.
Activity
Kalle Korhonen
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Kalle Korhonen [ kaosko ] |
Kalle Korhonen
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |