posted 13 years ago
I have a listner element as the application is a web application, which made me think of setting the scope to request. So I addes the following element. It is showing red color for request and RequestContextListner. The code in web.xml is below
<listener>
<listener-class>org.springframework.web.request.RequestContextListener</listener-class>
</listener>