Hi Simon, Inside t:column I would be declaring t:collapsiblePanel. If I don't declare an ID for t:collapsiblePanel then I am getting the exception.
I cant declare a hardcoded ID as the number of rows are are not predefined. All the samples given are having ID's hardcoded in the jsp page. Thanks and Regards, Keerthi Matta, 617-937-9402 -----Original Message----- From: simon [mailto:[EMAIL PROTECTED] Sent: Thursday, November 29, 2007 3:37 PM To: MyFaces Discussion Subject: Re: Question related to t:collapsiblePanel id attribute? 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

