views:

177

answers:

1

I maked jsp file using with tiles and springframework, but I hvae Unable to read TLD "META-INF/tld/tiles-jsp.tld".

What is a problem?

A: 

If you have a jsp-api JAR in your WEB-INF/lib folder, remove it.

This fixed the problem for me. via

Todd Owen