Sorry to repost this yet another time. If maybe someone can just let me know if they are successfully using declarative exception handling in conjunction with DispatchAction methods that would be a start. Maybe nobody even does this so I can just give up. If I know it is working for others I'll persist. My original post was:
Hope someone could help with this.. If I use a normal Action and declare an exception in the action configuration in the config file, everything works perfectly if that Exception is thrown. However, when normally I like to use DispatchAction and I'm having trouble getting the declarative Exception handling to work in DispatchAction methods. Apparently just adding the appropriate throws clause to the DispatchAction method doesn't work. The log will show that the exception was thrown but the DispatchAction didn't handle it. Is there something I need to do differently to configure DispatchAction methods to handle declaritive exceptions? Thanks for the help? -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

