-
Jun 13th, 2012, 07:16 AM
#1
Cannot activate ELAttributeEvaluator
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules