blob: f6121e1ceb920a3a4884e60f40ff37f86b53b894 [file] [log] [blame]
<%@ taglib uri="/webwork" prefix="ww" %>
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Source Code for Simple Input Form using Action Properties</title>
<link rel="stylesheet" type="text/css" href="<ww:url value="/css/cookbook.css" />">
</head>
<body>
<ww:include value="/header-index.jsp"/>
<h1>Source Code for Simple Input Form using Action Properties</h1>
<hr noshade="noshade"/>
<h2>Server Pages</h2>
<ul><li>
<a href="<ww:url action="View-Input"/>">Input.jsp</a>
</li><li>
<a href="<ww:url action="View-Result"/>">Result.jsp</a>
</li></ul>
<h2>Actions</h2>
<ul><li>
<a href="<ww:url action="View-Action"/>">Simple.java</a>
</li></ul>
<h2>Configuration files</h2>
<ul><li>
<a href="<ww:url action="View-Config"/>">Simple-config.xml</a>
</li><li>
<a href="<ww:url action="View-Validation"/>">Simple-validation.xml</a>
</li></ul>
<h2>Other source files</h2>
<p>None</p>
</body>
</html>