[ http://issues.apache.org/jira/browse/MYFACES-1402?page=comments#action_12433112 ] Auger François commented on MYFACES-1402: -----------------------------------------
This error appears only when I'm trying to display an error messages (FacesMessages). > STATE_SAVING_METHOD client and duplicate Id > ------------------------------------------- > > Key: MYFACES-1402 > URL: http://issues.apache.org/jira/browse/MYFACES-1402 > Project: MyFaces Core > Issue Type: Bug > Affects Versions: 1.1.3 > Reporter: Auger François > > Hi, > I'm trying to use STATE_SAVING_METHOD with param client. > But when I reload the same page, i have an error : > java.lang.IllegalStateException: Duplicate component ID > 'index:form:listRoot:subList:out1' found in view. > at > com.sun.faces.application.StateManagerImpl.buildTreeStructureToSave(StateManagerImpl.java:335) > at > com.sun.faces.application.StateManagerImpl.buildTreeStructureToSave(StateManagerImpl.java:345) > at > com.sun.faces.application.StateManagerImpl.buildTreeStructureToSave(StateManagerImpl.java:345) > at > com.sun.faces.application.StateManagerImpl.buildTreeStructureToSave(StateManagerImpl.java:345) > at > com.sun.faces.application.StateManagerImpl.buildTreeStructureToSave(StateManagerImpl.java:345) > at > com.sun.faces.application.StateManagerImpl.buildTreeStructureToSave(StateManagerImpl.java:345) > > Of course when I reload my page, I reload the component with id : > 'index:form:listRoot:subList:out1'. > Is there anyway to do it ? > Is it a bug ? > someone have an application which work with STATE_SAVING_METHOD client ? > thanks for your help -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
