Hi @Karl I think your problem should be something different. I closed MYFACES-3869, since we have positive confirmation that the fix done works, but we need to analyze your problem and check if there is an error in MyFaces or not.
We need more information than just the stack trace. MyFaces default error page gives the component tree using ErrorWriter and indicate which component has the duplicate id. There are some tricks involving programmatic component manipulation that can trigger a duplicate id exception, but not because they are correct and myfaces has a bug but because they are just invalid. In JSF 2.2, with vdl.createComponent it is possible to create programmatically added components using facelets in the right way. It is useful to use ui:debug tag to see the component tree and describe the steps involved in the exception, to help us to understand what could possible happen and how to fix it. regards, Leonardo Uribe 2014-03-13 7:19 GMT-05:00 Howard W. Smith, Jr. <[email protected]>: > On Thu, Mar 13, 2014 at 7:34 AM, Karl Kildén <[email protected]> wrote: > >> Tried 2.2.2-20140313.024403-5 >> >> Duplicate id problems are still present. I have tried for a while now to >> create a simple sample but I am unsuccessful so far. >> > > +1 thanks Karl for the report.

