blob: 617b791f8c6018107948e9849fc41fc8ad0137fa [file] [log] [blame]
<html>
<head>
<title>Tapestry Tutorial Web Application</title>
</head>
<body bgcolor="#839cd1">
<table border=0 class=""><tr><td>
<table border=0 width="90%" align="center">
<tr>
<th align="center"><img border=0 src="images/poweredby.jpg" alt="Powered By Tapestry"/></th>
<th align="center" nowrap><h1>Tapestry Tutorial Application</h1></th>
</tr>
<tr>
<td nowrap><a href="hello">Hello World</a></td>
<td>The simplest of applications</td>
</tr>
<tr bgcolor="silver">
<td nowrap><a href="pagelinking">Simple Page Linking</a></td>
<td>An example of linking pages together using the <b>PageLink</b> component</td>
</tr>
<tr>
<td nowrap><a href="forms">Forms Examples</a></td>
<td>Some more complex examples showing the use of text fields,
drop down boxes, form validation and actions.</td>
</tr>
<tr bgcolor="silver">
<td nowrap><a href="events">Event Handling Examples</a></td>
<td>Further example on the handling of actions - either link based
or form based</td>
</tr>
<tr>
<td nowrap><a href="components">Creating a Comonent</a></td>
<td>How to create components, with properties, that can
be reused across pages. This section also introduces
property bindings.</td>
</tr>
<tr bgcolor="silver">
<td nowrap><a href="pagetypes">Explore different page types</a></td>
<td>Describes the various types of special pages in Tapestry,
and provides an example of how to override the standard
Exception page.</td>
</tr>
<tr>
<td nowrap><a href="assets">Simple Page, with an Asset (heading)</a></td>
<td>Very simple example of Assets</td>
</tr>
</table>
</td></tr></table>
</ul>
</body>
</html>