Hi,

I am using Spring Tiles to create a page with the collection of jsps. After writing the code and running the server, i am getting the following exception.

org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'tilesConfigurer' defined in ServletContext resource [/WEB-INF/tiles-context.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cannot activate ELAttributeEvaluator
Caused by: java.lang.NoSuchMethodException: org.apache.tiles.impl.BasicTilesContainer.setAttri buteEvaluatorFactory(org.apache.tiles.evaluator.At tributeEvaluatorFactory)

I am using the following jars.
tiles-api-3.0.0.jar
tiles-core-3.0.0.jar
tiles-jsp-3.0.0.jar
tiles-servlet-3.0.0.jar
tiles-template-3.0.0.jar
org.springframework.web.servlet-3.0.5.RELEASE.jar

Please help me how to get resolve this issue.

Thanks,
Srinivas