On Thu, 2007-11-29 at 14:59 -0500, [EMAIL PROTECTED] wrote: > Hello Everybody, > > > > I am trying to use t:collapsiblePanel in a t:dataTable as one of the > column. > > Number of rows in the dataTable are not predefined and can contain a > dynamic list (Which changes based on search criteria). > > When I try to associate the collapsiblePanel, I am getting an > exception of duplicate clientid. > > Do we need to specify the id attribute of collapsiblePanel? I don’t > know how many rows would need to be displayed and henceforth I cant > hardcode the id of collapsiblePanel to be shown.
> > I am using tomahawk1.1.6 and myfaces core 1.1.5 version. If you are trying to dynamically change the columns in a table, then have a look at the tomahawk t:columns attribute. http://myfaces.apache.org/tomahawk/columns.html Regards, Simon

