Hi, I would like to have your advices about handling back end (manager) errors in the controller to redirect error codes to the front.
For now, my first guess will be to catch an exception from the manager, exception wich will implement the ErrorCoded interface, and then to pass the error code of the exception to the view through the Map build in referenceData.
Let's share some coding experiences.
Olivier


Reply With Quote