1 Reply Latest reply on Aug 23, 2010 7:18 AM by ssilvert

    Help with JSFUnit flagging errors of duplicate ids with components that share same suffix...

    qdog1028

      Hi Everyone,

       

      It seems JSFUnit thinks there are duplicaite ids; if two components share the same suffix.

      For example component 1 <h:inputText id="password" />
      And example component 2 <h:outputText id="forgotpassword" />

      It thinks those are duplicate components when I try to references
      them...I think I saw a bug on the Forum about it...I wonder if this   is some issue that gets fixed with the 1.3.0 release as opposed
      to the 1.2.0 release I'm using.

       

      This is a good description of the problem here...

       

      http://stackoverflow.com/questions/3329666/duplicateclientidexception-in-jsfunit

       

      Thanks in advance for any help you can provide!