Re: Exceptions and ActionErrors

2005-03-25 Thread Hubert Rabago
I can't remember personally running across this situation, and maybe that's because what I try to communicate changes between levels/tiers. In the business tier, I tend to log messages that would help me debug problems should any arise. Hopefully, I would log parameters and values calculated/disc

Exceptions and ActionErrors

2005-03-25 Thread Matt Hughes
In my current application, business logic is often scattered throughout my Action classes. I am trying desperately to undo this 8th deadly sin, and while I have, I've noticed how Exception(s) and ActionError(s) are really being used with the exact same functionality. You might see something li