📄 index.jsp
字号:
<html><!-- #BeginTemplate "/Templates/ExamplesTemplate.dwt" -->
<head>
<!-- #BeginEditable "doctitle" -->
<title>JSTL: Import Tags Examples</title>
<!-- #EndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../global.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellpadding="5">
<tr>
<td height="0"><font color="#000099"><b>standard taglib • implementation
of the JSP Standard Tag Library • </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a>
<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>
<a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
</tr>
<tr>
<td bgcolor="#CCCCFF"><font size="-1">Examples <a href="../index.html">Introduction</a>
• <a href="../elsupport/index.html">General Purpose</a>
• <a href="../conditionals/index.html">Conditionals</a>
• <a href="../iterators/index.html">Iterators</a> •
<a href="index.jsp">Import</a> • <a href="../format/index.html">I18N
& Formatting</a> • <a href="../xml/index.html">XML</a>
• <a href="../sql/index.jsp">SQL</a> • <a href="../functions/index.html">Functions</a>
• <a href="../tlv/index.html">TLV</a> • <a href="../functions/index.html"></a><a href="../misc/index.html">Misc.</a></font></td>
</tr>
</table>
<!-- #BeginEditable "body" -->
<%@ include file="links.html" %>
<h2>Context Relative Examples</h2>
<p>For the context relative examples you will need to supply an available relative
context name and url before executing the tags.</p>
<form name="myform" action="session.jsp" method="get" >
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Context</td>
<td>
<input type="text" size="40" name="contextName" value="/examples">
</td>
</tr>
<tr>
<td>Url</td>
<td>
<input type="text" size="40" name="contextUrl" value="/jsp/simpletag/foo.jsp">
</td>
</tr>
<tr>
<td>Param name:</td>
<td>
<input type="text" size="40" name="paramName1">
</td>
<td>Param value:</td>
<td>
<input type="text" size="40" name="paramValue1">
</td>
</tr>
<tr>
<td>Param name:</td>
<td>
<input type="text" size="40" name="paramName2">
</td>
<td>Param value:</td>
<td>
<input type="text" size="40" name="paramValue2">
</td>
</tr>
<tr>
<td>Param name:</td>
<td>
<input type="text" size="40" name="paramName3">
</td>
<td>Param value:</td>
<td>
<input type="text" size="40" name="paramValue3">
</td>
</tr>
</table>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
<!-- #EndEditable -->
<hr noshade color="#000099">
<table width="100%" border="0" cellpadding="5">
<tr>
<td height="24"><font color="#000099"><b>standard taglib • implementation
of the JSP Standard Tag Library • </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a>
<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>
<a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
</tr>
</table>
</body>
<!-- #EndTemplate --></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -