Hi Till now I was creating dynamic columns inside a dataTable using the c:forEach , I was assigning unique Ids to each column and from time to time was re-creating the table with different columns with no problem at all
I was using the myfaces-api-2.0.5, myfaces-bundle-2.0.5 and the myfaces-impl-2.0.5 jars , yesterday I switched to 2.0.11 , and the c:forEach started to throw me errors , "java.lang.IllegalStateException component with duplicate id" and the id that was displayed was the id of the first column, so I guess for some reason it tries to create the same columns again and again and still remembers the old columns, so after seeing this error I downgraded to 2.0.8 , and the error was gone, so... Some thing went WRONG between 2.0.8 and 2.0.11, what could it be? How can I solve this issue , cause I need to use 2.0.11 version, Help will be very appreciated, Regards, Daniel.

