Hi everyone,

I have a problem with duplicated ids: Jboss throws this exception when
I click over a linkcommand from a subview:
javax.servlet.ServletException: cannot add component with id '_id75'
and path : {Component-Path : [Class:
javax.faces.component.html.HtmlOutputText,Id: _id75]} to its parent
component. This might be a problem due to duplicate ids.
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:110)

My application loads three subviews into main view. Main view contains
general GUI as menu links,... while subviews contains specific forms,
...
In some situations (It seems to be related with too much components
declared into subview), when I click into a commandlink which calls an
action method that reloads the page to another subview I get this
error. All these methods returns 'default' String navigation rule, as
action():String method type as action(ActionEvent ev):String type.
When I try to set specific ids to all subview components, these id-set
components are not shown or these are shown alternatively along
navigation.

Antoher courious thing is that the number of components declared (also
if the components don't call or bind throughout bean methods) into
subview directly affects to the view display.

Does anyone can help me?
Thanks

Reply via email to