blob: bc0cf263bf4b3e8538f22b7e3f7f94d7a42413c9 [file] [log] [blame]
<html t:type="Border"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>Form Fragment Demo</h1>
<dl>
<dt>Name</dt>
<dd id="name">${subscribe.name}</dd>
<dt>Email</dt>
<dd id="email">${subscribe.email}</dd>
<dt>Code</dt>
<dd id="code">${subscribe.code}</dd>
<dt>Sub</dt>
<dd id="sub">${subscribe.sub}</dd>
</dl>
<p>
<t:pagelink page="formfragmentdemo">Back</t:pagelink>
</p>
</html>