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 >> > >