Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在扩展 Alfresco Web Client 并在一个页面中扩展面板时出现此错误。我总是不明白。
JSF : java.lang.IllegalStateException: Client-id : _idJsp35 is duplicated in the faces tree in Alfresco Web Client
我试图为每个组件提供可能的唯一 ID,但仍然出现错误。我怎样才能找到该错误的来源?
每当我看到这一点时,都是由于您的 JSP 中有重复的 ID。
不指定 id 并让 JSF 为您完成工作不是更好吗?