Hi,
I'm using Spring MVC 3.0.5 version and am making use of HandlerInterceptor. I have a controller which point to a particular ModelAndView pointing to the jsp say home.jsp. However in certain cases i need to append some HTML section into the body of the home.jsp.
I'm planning to override the postHandle method of the Interceptor, where i would need to append the HTML section into the response OutputStream.
Just wanted to check if this implementation is the right one?
Thanks.


Reply With Quote
