Hi there
I am having problems with the following exception :
Caused by: org.apache.jasper.JasperException: Client-id : _id9 is
duplicated in the faces tree. Component : _idJsp3:_id9, path:
{Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId:
/createevn.jsp][Class: oracle.adf.view.faces.component.html.HtmlHtml,Id:
_idJsp0][Class: oracle.adf.view.faces.component.html.HtmlBody,Id:
_idJsp2][Class: javax.faces.component.html.HtmlForm,Id: _idJsp3][Class:
ch.bedag.common.web.component.cdbund.CDBundPageComponent,Id:
_idJsp4][Class:
ch.bedag.common.web.component.layout.GridbagLayoutComponent,Id:
_idJsp26][Class:
ch.bedag.common.web.component.layout.GridbagLayoutCellComponent,Id:
_idJsp58][Class:
ch.bedag.common.web.component.layout.TitledBoxComponent,Id:
_idJsp59][Class:
ch.bedag.common.web.component.layout.GridbagLayoutComponent,Id:
_idJsp60][Class:
ch.bedag.common.web.component.layout.GridbagLayoutCellComponent,Id:
_idJsp62][Class:
ch.bedag.common.web.component.input.InputfieldComponent,Id:
_idJsp63][Class: javax.faces.component.UICommand,Id: _id9]}
This happens when i navigate to the page, navigate to another page and
finally when i come back to the origin, the above
exception is generated. The question is now : why is there a duplicate
id? I thought that the whole component tree would
be rebuild when a new page is accessed. It is a custom component, but it
worked very well in prior projects. The only
Difference is here that is use a binding for the component to access it
from a backing bean. Am i missing something?
Thanks a lot for your help
Mirko