Re: [Actionframework-users] trying to catch various exceptions
Status: Inactive
Brought to you by:
ptoman
From: Petr T. <Pet...@pi...> - 2003-11-25 10:22:39
|
> I'm trying to catch various exceptions that can be launched from any > component so I have that in the xml controller file: > [...] > If I have only one <on-exception> it's catched whenever it's neccesary, > but when there are more than one, it doesn't work. Such error should be reported only if InvalidPostcardException is a child of ActionException. If so, switch the order of your exceptions. -Petr [ http://dione.zcu.cz/~toman40 - Pet...@pi... - ICQ=22957959 ] |