JSF: java.lang.IllegalStateException: Client-id: _idJsp35 duplicated in faces tree in Alfresco web client

I am extending the Alfresco web client and in one page expanding the panels I am getting this error. I don't always understand him.

JSF : java.lang.IllegalStateException: Client-id : _idJsp35 is duplicated in the faces tree in Alfresco Web Client

      

I tried to give each component a possible unique ID, but the error still appears. How can I find the source of this error?

+1


source to share


2 answers


Whenever I saw this it was due to duplicate IDs in your JSP.



+2


source


Are you better off not specifying IDs and let JSF do the job for you?



+1


source







All Articles