Hi folks,
I am trying to show an custom error message on any occurance of exception or error in my business layer. I am catching the exception in my controller and I would like to display it in my JSP.
This exception or error is not associated with any field in the screen, its a pure server exception. I am also using an Annotated Controller. I am using Prototype for making AJAX requests to my controller.
Could some one tell me how I can do this? An example snippet would be of great help.
Cheers, J