Hi all,

 

I get the following exception when clicking on a link multiple times:

 

javax.faces.FacesException: cannot add component with id
'otherPopupDownload to its parent component with id :
'browseLatestResultsForm' and path '{Component-Path : [Class:
javax.faces.component.UIViewRoot,ViewId: /pages/main.jsp][Class:
org.apache.myfaces.custom.document.Document,Id: _idJsp0][Class:
org.apache.myfaces.custom.document.DocumentBody,Id: _idJsp3][Class:
javax.faces.component.html.HtmlPanelGrid,Id: _idJsp4][Class:
javax.faces.component.UINamingContainer,Id: mainBrowse][Class:
org.apache.myfaces.custom.aliasbean.AliasBean,Id: _idJsp25][Class:
javax.faces.component.UINamingContainer,Id: browseContent][Class:
javax.faces.component.html.HtmlPanelGrid,Id: _idJsp26][Class:
javax.faces.component.UINamingContainer,Id: browseLatestPackage][Class:
org.apache.myfaces.custom.aliasbean.AliasBean,Id: _idJsp38][Class:
javax.faces.component.html.HtmlPanelGrid,Id: _idJsp39][Class:
javax.faces.component.UINamingContainer,Id: browseLatestMain][Class:
javax.faces.component.html.HtmlPanelGroup,Id: _idJsp52][Class:
org.apache.myfaces.custom.htmlTag.HtmlTag,Id: _idJsp54][Class:
javax.faces.component.html.HtmlPanelGroup,Id: _idJsp55][Class:
javax.faces.component.html.HtmlPanelGroup,Id: _idJsp58][Class:
javax.faces.component.UINamingContainer,Id: browseLatestResults][Class:
javax.faces.component.html.HtmlForm,Id: browseLatestResultsForm]}'at
position :1 in list of children. This might be a problem due to a
duplicate id in a previously added component,if this is the case, the
problematic id might be one of : _idJsp59

 

As this exception seems to be caused by problems with the Faces
Component Tree, I would like to see how the tree looks like when the
exception occurs, to get a picture of what is happening and why it is
happening....

 

Does any of you have suggestions on how to make JSF show the component
tree? How can I find the problem, which is causing this exception?

 

Any help is appreciated.

Thx in advance,

Dominik

Reply via email to