Yes, t:dataList is the equivalent to ui:repeat, except that it fixes issues that ui:repeat has, and also has many of the features that t:dataTable supports.
On 10/9/08, Jan-Kees van Andel <[EMAIL PROTECTED]> wrote: > Or you can use Facelets <ui:repeat /> and write the markup yourself. This > way you have full control over the rendered HTML. > > Regards, > > Jan-Kees > > > 2008/10/8 Leonardo Uribe <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > On Wed, Oct 8, 2008 at 8:50 AM, jhomuth > <[EMAIL PROTECTED]> wrote: > > > > > Hello List, > > > > > > i've another question. Is it possible to make a whole row in a datatable > clickable? I've tried with a commandLink like this. > > > > > > <tom:dataTable ....> > > > <tom:commandLink ......> > > > Row Content goes here > > > </tom:commandLink> > > > </tom:dataTable> > > > > > > But this don't work. Is there any solution,example for this. > > > > > > > > > Maybe use t:dataList. > > > > > > > > Thx for suggestions > > > > > > > > >