I have a requirement to put in some generic way for our pages to detect if there have been any errors bound to the page's command object so that some additional processing can occur. The problem is, the command object name is not universal throughout the application.
Any thoughts on how to accomplish this? We are using JSPs and the Spring Tags (and I hope it's obvious, the Spring MVC).
Is the best bet to just standardize on a name for the command object?
Thanks,
Patrick


Reply With Quote