blob: 9a7ad7391dd58c468fa49b49b9a3c6701487bc03 [file] [log] [blame]
<html t:type="Border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>Page Context in Form</h1>
<h2>Activation Context</h2>
<div id="results">
<t:if test="activationContext">
<ul>
<li t:type="loop" source="activationContext" value="object">${object}</li>
</ul>
<t:parameter name="else">No activation context.</t:parameter>
</t:if>
</div>
<t:form>
<input type="submit"/>
</t:form>
</html>