java - Tiles library requires a struts class even though webapp is based on spring -
i have old webapp depends on struts 1.2.9 , spring 2.0.6. uses tiles 1.1
i removed struts actions , replaced them spring controllerr. thought safe remove struts jar, unfortunately tiles still depends on somehow. when try deploy webapp, error in tilesconfigurer bean:
could not instantiate bean tilesconfigurer because class org.springframework.web.servlet.view.tiles.tilesconfigurer depends on class org.apache.struts.tiles.xmldefinition.i18nfactoryset not found
i tried equivalent of class in spring, because both spring , tiles old, i'm having troubles finding decent downloadable jars.
is there way remove "dependency" , make tiles work using spring classes?
Comments
Post a Comment