Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am extending Alfresco Web Client and in one page while expanding panels I get this error. I do not get it always.

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

I tried to give every component possible unique id, but error still shows up. How can I find source of that error?

share|improve this question
It would help if you posted a stack trace. – McDowell Nov 28 '08 at 11:48

2 Answers

Whenever I have seen this it has been due to duplicate ids in your JSP.

share|improve this answer

Aren't you better off not specifying ids, and let JSF do the work for you?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.