You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Luther Baker <lu...@gmail.com> on 2008/12/09 02:47:20 UTC

typo

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>