I have Eclipse 3.2.2, WTP 1.5, and Spring IDE 2.0.1, however the class attribute is not auto completing. For instance, when I type:
<bean id="test" class="java.lang.">
nothing is suggested. This doesnt seem to work on new Spring projects or existing projects (do I have to add the Spring nature to get this to work). The funny thing is, when the class name is supplied the name and ref attributes are working for the <property> element, but not the class attribute for <bean> elements.
Any ideas?


Reply With Quote