It seems that when my JSP encounters an error like a misspelled variable name (for instance), the output of the page just stops.
I have a controller that extends BaseController
with functions that use @RequestMapping()
annotations. I can catch exceptions in these but once any of my functions return
I'm not exactly sure how this is handled.
Just looking for some insight into how this process works. I'm relatively new to Spring.