So if I get the same client id for each component then is this a bug? (the javascript uses the client id to disclose the element) Or it is only happening to me? If I have time I will have a closer look, in the meanwhile I am just using a little custom component with javascript. Thanks,
Bruno 2008/8/24 Andrew Robinson <[EMAIL PROTECTED]> > That is not what I said. There is only one component that is stamped. > Each stamp changes the client ID, not the ID of the component. The > index of the row is added to the client ID. For example, > myForm:myTable:0:myInputText where 0 means the first row. > > On Sat, Aug 23, 2008 at 10:47 AM, Bruno Aranda <[EMAIL PROTECTED]> > wrote: > > So the component cannot work inside tables. > > > > Bruno > > > > 2008/8/22 Andrew Robinson <[EMAIL PROTECTED]> > >> > >> No > >> > >> There is one component that is stamped. > >> > >> On Thu, Aug 21, 2008 at 4:48 AM, Bruno Aranda <[EMAIL PROTECTED]> > >> wrote: > >> > 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 > >> > > >> > > > > > >

