You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Muhammad Gelbana <m....@gmail.com> on 2012/09/01 16:50:24 UTC

[Documentation Errata] EventLink page

On this page:
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/EventLink.html


I found the following:

*<a t:id="sort">*${columnModel.label}</a>
> *<a t:id="sort2">*
>   <img src="${icon}" id="${columnModel.id}:sort" class="t-sort-icon"
> alt="${iconLabel}"/>
> </a>


The tags are missing the t:type attribute.

Re: [Documentation Errata] EventLink page

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Sat, 01 Sep 2012 15:09:48 -0300, Muhammad Gelbana <m....@gmail.com>  
wrote:

> Oh thanks. Was this valid for long time ?

As far as I can remember, since the first Tapestry 5 alpha releases.

-- 
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [Documentation Errata] EventLink page

Posted by Muhammad Gelbana <m....@gmail.com>.
Oh thanks. Was this valid for long time ?

On Sat, Sep 1, 2012 at 8:01 PM, Christian Riedel <cr...@googlemail.com>wrote:

> No, that's ok, since they are tied with the component using @Component.
> You can configure components completely in your component class if you
> wish and only use t:id in the template…
>
>
>
> Am 01.09.2012 um 16:50 schrieb Muhammad Gelbana:
>
> > On this page:
> >
> http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/EventLink.html
> >
> >
> > I found the following:
> >
> > *<a t:id="sort">*${columnModel.label}</a>
> >> *<a t:id="sort2">*
> >>  <img src="${icon}" id="${columnModel.id}:sort" class="t-sort-icon"
> >> alt="${iconLabel}"/>
> >> </a>
> >
> >
> > The tags are missing the t:type attribute.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: [Documentation Errata] EventLink page

Posted by Christian Riedel <cr...@googlemail.com>.
No, that's ok, since they are tied with the component using @Component.
You can configure components completely in your component class if you wish and only use t:id in the template…



Am 01.09.2012 um 16:50 schrieb Muhammad Gelbana:

> On this page:
> http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/EventLink.html
> 
> 
> I found the following:
> 
> *<a t:id="sort">*${columnModel.label}</a>
>> *<a t:id="sort2">*
>>  <img src="${icon}" id="${columnModel.id}:sort" class="t-sort-icon"
>> alt="${iconLabel}"/>
>> </a>
> 
> 
> The tags are missing the t:type attribute.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org