hi andrew, > You could use a custom renderer, or use JavaScript to hide the > checkbox and add on on click method to each of the labels that sets > the checked flag
i think i'll try the custom renderer approach because i have controls inside table-rows so your suggested label-approach seems impossible and i'd like to support browsers with disabled javascript too. which do i have to extend (org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopTableRenderer) ? thanks christian

