source: release-kits/lirk3/resources/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/optional/jsp/missing_tld.jsp@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 416 bytes
Line 
1<%@ page language="java" %>
2<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
3<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
4<%@ taglib uri="/WEB-INF/tlds/struts-template.tld" prefix="template" %>
5<html:html locale="true">
6<head>
7<title>shouldnt compile</title>
8<html:base/>
9</head>
10<body>
11
12This page should not compile because refers to TLDs that arent around.
13
14</body>
15
16</html:html>
Note: See TracBrowser for help on using the repository browser.