Ok, I guess this is a bug. I am not very familiar with trinidad renderers. Debugging at the ShowDetailRenderer class I see that the clientId is always the same for all the CoreShowDetail components in the table. Shouldn't they have an index appended to the id?
Bruno 2008/8/19 Bruno Aranda <[EMAIL PROTECTED]> > Hi, > > I am using trinidad 1.2.9 and I have realised that showDetail is not > working properly when inside the column in a table? I have a column with > showDetail and whenever I click in it only the showDetail from the first row > is disclosed. All the showDetails have the same id so, as expected by the > javascript function, only the first one will be disclosed. Is this a bug? Am > I missing something? > > Thanks guys, > > Bruno >

