tiles « Tag « JSP-Servlet Q&A





1. Unable to read TLD "META-INF/tld/tiles-jsp.tld"    stackoverflow.com

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?

2. Custom JSP tag does not render dynamic body content    stackoverflow.com

I have created a new JSP tag (in a Struts 1.2.9/Java 5/Tomcat 5.5 web application), which renders content within the tag body, when the logged-in user has one of the given ...