Jerry Jalenak wrote:
Just curious - how do most of you return errors from your business model?
Do you simply return an integer value (-1, 0. 99?) and then interpret it in
the action? Or do you return a error string that maps to something in
ApplicationResources? Any other techniques? I'm trying to find a 'best
practice' on how to do this....
Java has a really elegant mechanism for returning errors called Exceptions....
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

