dlestrat 2004/05/30 08:09:04 Modified: applications/demo/src/webapp/WEB-INF web.xml Log: Adding local TLDs. Revision Changes Path 1.8 +17 -0 jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/web.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- web.xml 15 May 2004 01:57:09 -0000 1.7 +++ web.xml 30 May 2004 15:09:04 -0000 1.8 @@ -35,6 +35,23 @@ /container/* </url-pattern> </servlet-mapping> + + <!-- Portlet tag library TLD --> + <taglib> + <taglib-uri>portlet.tld</taglib-uri> + <taglib-location>/WEB-INF/portlet.tld</taglib-location> + </taglib> + + <!-- JSTL tag library TLDs --> + <taglib> + <taglib-uri>c-rt.tld</taglib-uri> + <taglib-location>/WEB-INF/c-rt.tld</taglib-location> + </taglib> + <taglib> + <taglib-uri>c.tld</taglib-uri> + <taglib-location>/WEB-INF/c.tld</taglib-location> + </taglib> + <security-role> <description>The admin role</description>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]