Just a small type on the Component Events page.

I don't think the trailing *</t:comp>* is correct below ..

http://tapestry.apache.org/tapestry5/guide/event.html

<p> Choose a number from 1 to 10: </p>

<p>
    <t:count end="10" value="index">
        <a t:id="select" t:type="actionlink" context="index">${index}</t:comp>
    </t:count>
</p>

Reply via email to