PDA

View Full Version : ComponentControllerSupport is gone from spring 2.1.


BrunoR
Oct 12th, 2007, 12:00 PM
Hi,

I have just migrated from Spring 2.0.4 to Spring 2.1 and I don't find anymore in it the class ComponentControllerSupport, very useful for Tiles controllers to extend from and obtrain a reference to the Spring application Context.

Still, it is documented on the spring 2.1.x javadoc but it's no longer in the jar file.

Can someone tell me why this class has been removed and how we should replace it, if foreseen ?

Thx in advance.

Mark Fisher
Oct 12th, 2007, 01:31 PM
That class is now available within the spring-webmvc-struts.jar. You can find that jar file within the 'dist/modules' directory of your spring 2.1/2.5 distribution.

BrunoR
Oct 12th, 2007, 02:45 PM
Works !

thanls a lot