3 Replies Latest reply on Jul 9, 2008 1:15 PM by rahul_maha

    duplicate Id for a component

    martind1111

      In my Web application, I am getting a "java.lang.IllegalStateException: duplicate Id for a component" exception from time to time. This kind of error started to show up when I started to use RichFaces library. Note that this error does not always occur on the same page and is really happening randomly. In my application, I only have one page that contains RichFaces components, the rest don't. If I navigate form a page that doesn't have a RichFaces component to another which does not have a RichFaces component, then everything is fine and I never see the exception. However, if I transition from a page that does have RichFaces components to another one without, sometimes I see the exception. Anybody has an idea how to troubleshoot such problem, if it is a know issue and if there is a workaround?

      I am using Tomcat 6.0.16, Mojarra 1.2 p08 and RichFaces 3.2.1 GA.