I am trying to run my web-app under dm 2 .0.0 RELEASE ,
I am using struts 2 and tiles but i get

Code:
org.apache.jasper.JasperException: The absolute uri: http://tiles.apache.org/tags-tiles cannot be resolved in either web.xml or the jar files deployed with this application
Then i included tiles-jsp.tld under WEB-INF and it worked .

do i need to include all such static content into my web-app bundle .