[ http://issues.apache.org/jira/browse/MYFACES-509?page=comments#action_12322789 ]
Sylvain Vieujot commented on MYFACES-509: ----------------------------------------- Revision r279101 is causing this problem. the clientId was unique, but the id isn't because of the subviews. I reverted those changes so that at least it works now. Mathias, maybe you want to look at this. Thanks, Sylvain. > StateManager.saveSerializedView must throw an IllegalStateException when View > contains duplicate IDs > ---------------------------------------------------------------------------------------------------- > > Key: MYFACES-509 > URL: http://issues.apache.org/jira/browse/MYFACES-509 > Project: MyFaces > Type: Bug > Components: JSR-127 > Versions: 1.0.9m9 > Reporter: Bruno Aranda > Assignee: Martin Marinschek > Fix For: Nightly Build > > Acording to the javadocs, the method StateManager.saveSerializedView must > throw an IllegalStateException if more than one component or facet within the > same NamingContainer in this view has the same non-null component id. -- 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
