21 lines
732 B
Plaintext
21 lines
732 B
Plaintext
<%@ page language="java" %>
|
|
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
|
|
<%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>MiscJpf Bug 26856 test</title>
|
|
</head>
|
|
<body>
|
|
<h3 align="center">MiscJpf Bug 26856 test - Jsp1.jsp</h3>
|
|
<hr width="95%"/>
|
|
<br/>
|
|
<center>
|
|
<netui:anchor href="Jsp2.jsp">Explicitly declared resource bundle Tests</netui:anchor>
|
|
<br/><br/>
|
|
<netui:anchor href="Jsp3.jsp">Resource bundles declared in JPF Tests</netui:anchor>
|
|
</center>
|
|
</body>
|
|
</html>
|