Can not find the tag library descriptor for "http://tiles.apache.org/tags-tiles"

user1653773 picture user1653773 · Sep 9, 2012 · Viewed 28.2k times · Source

I am creating an application using Tiles, Spring and Hibernate.

When when running, it is showing following error:

Can not find the tag library descriptor for "http://tiles.apache.org/tags-tiles"

All the jars are included and mapping is also seeing fine. Where I am going wrong?

Answer

Ralph picture Ralph · Sep 10, 2012

The url looks ok.

Your problem sounds a bit like you are missing some tiles jars. Make sure that a jar containing tiles-jsp.tld is added to your projects web libs folder.

One jar that contains this file is for example: tiles-jsp-2.2.1.jar.