Spring MVC ExceptionHandler needs to be in same class
Had a frustrating evening (pet project) trying to get Spring 3.0 MVC's annotation based exception handler to work.All the examples seemed straight forwards:Just annotate a method in a controller:import org.springframe...ExceptionHandler;import org.springframe...Mode...
Read More