1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Windows (vers 1st July 2003), see www.w3.org" />
<title>Struts Test Application</title>
</head>
<body bgcolor="white">
<div align="center">
<h1>Struts Taglib Exercises (test pages)</h1>
</div>
<h3>BEAN Tags</h3>
<ul>
<li><a href="bean-cookie.jsp"><bean:cookie></a></li>
<li><a href="bean-define.jsp"><bean:define></a></li>
<li><a href="bean-header.jsp"><bean:header></a></li>
<li><a href="bean-include.jsp"><bean:include></a></li>
<li><bean:page> [:TODO:]</li>
<li><a href="bean-parameter.jsp?param1=value1&param2=value2"><bean:parameter></a></li>
<li><a href="bean-resource.jsp"><bean:resource></a></li>
<li><a href="bean-size.jsp"><bean:size></a></li>
<li><bean:struts> [:TODO:]</li>
<li><a href="bean-write.jsp"><bean:write></a></li>
<li><a href="bean-write-2.do"><bean:write> 2</a></li>
</ul>
<h3>HTML Tags</h3>
<ul>
<li><a href="html-cancel.do"><html:cancel></a></li>
<li><a href="html-img.do"><html:img></a></li>
<li><a href="html-link.do"><html:link></a></li>
<li><a href="html-multibox.do"><html:multibox></a></li>
<li><html:rewrite> [:TODO:]</li>
<li><a href="html-select.do"><html:select></a></li>
<li><a href="html-setters.do">Scalar Setters</a></li>
<li><a href="html-messages.do">Errors and Messages</a></li>
<li>Other html tags [:TODO:]</li>
</ul>
<h3>LOGIC Tags</h3>
<ul>
<li><a href="logic-compare.jsp">Comparison Tags</a></li>
<li><a href="logic-compare-numeric.jsp">Comparison Tags (Numeric)</a></li>
<li><a href="logic-empty.jsp">Emptiness Tags</a></li>
<li><a href="logic-forward.do"><logic:forward> and <logic:redirect> Tags</a></li>
<li><a href="logic-iterate.jsp">Iterate Tag</a></li>
<li><a href="logic-match.jsp?param1=value1">Match Tags</a></li>
<li><a href="logic-present.jsp?param1=value1">Presence Tags</a></li>
</ul>
<h3>NESTED Tags</h3>
<p>[:TODO:]</p>
<h3>Other tests</h3>
<ul>
<li><a href="forward-redirect-default.do">Use an ActionForward to redirect to the default page for the application ("/")</a></li>
<li><a href="forward-redirect-default-module.do">Use an ActionForward to redirect to the default page for this module ("/$module/")</a></li>
<li><a href="forward-redirect-path.do">Use an ActionForward to redirect another path ("/html-link.do")</a></li>
</ul>
</body>
</html>
|