[Actionframework-users] Exception catching
Status: Inactive
Brought to you by:
ptoman
From: Jakub C. <bla...@cb...> - 2003-07-07 21:31:06
|
Hello AS users! I have a question/feature request. If there is a Exception generated in my business logic, it is usually caught by AS and the <on-exception> directive is used. Sometimes there is an exception generated in view layer (Velocity) and I see the stack trace being flushed somewhere in the middle of output, which looks bad. Is there some possibility to also catch these view-related exceptions? Of course it is somehow possible to force Velocity to be silent, but some kind of support from the framework would be nice. I noticed similar issue was once mentioned on this list, but I am not sure if some solution has been proposed. Thanks in advance for all comments/hints. Best regards Jakub Cerny, Prague BTW I noticed some progress in roadmap document, is there some new release planned? |