blob: 683b9c4da35f4e6e3357b6018632f1d2eb724d00 [file] [log] [blame]
<html t:type="Border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>@RequestParameter Annotation Demo</h1>
<p>
The current value is:
<span id="current">${value}</span>
.
</p>
<p>
The current list of values is:
<ul id="values">
<li t:type="Loop" t:source="values" t:value="var:v">${var:v}</li>
</ul>
</p>
<ul>
<li>
<a href="${workingLink}">Working Link</a>
</li>
<li>
<a href="${multivaluedQueryParameterLink}">Link With Multivalued Query Parameter</a>
</li>
<li>
<a href="${brokenLink}">Broken Link</a>
</li>
<li>
<a href="${nullLink}">Null Link</a>
</li>
<li>
<a href="${nullAllowedLink}">Null Allowed Link</a>
</li>
<li>
<a href="${blankAllowedLink}">Blank Allowed Link</a>
</li>
</ul>
</html>