After spending two days trying to figure out why content assist will no longer work in my JSP’s I was able to narrow things down. The content assist stops working in my jsp when I remove two of he import declarations at the top of the jsp.
ie. org.springframework.web.context.WebApplicationContext,
org.springframework.web.context.support.WebApplicationContextUtils
Although I will receive errors further down as a result of taking them out, content assist begins working again. I am now spending time trying to figure out why that is? Timing out? Any help someone may be able to proide would be appreciated.