blob: 82d692ffdabfd5aa954c5dc36af5d2e980347822 [file] [log] [blame]
<html t:type="Border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>var: Binding Prefix Demo</h1>
<p>var: allows a
<em>render variable</em>
associated with a component
to be read and updated from its embedded components.
</p>
<p>
Counting from 1 to 3:
</p>
<div id="results">
<ul>
<li t:type="loop" source="1..3" value="var:index">${var:index}</li>
</ul>
</div>
</html>