[richfaces-issues] [JBoss JIRA] Created: (RF-8223) ExtendedDataTable duplicate Id exception

Alex Kolonitsky (JIRA) jira-events at lists.jboss.org
Thu Dec 17 10:36:32 EST 2009


ExtendedDataTable duplicate Id exception
----------------------------------------

                 Key: RF-8223
                 URL: https://jira.jboss.org/jira/browse/RF-8223
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: JSF 2.0
            Reporter: Alex Kolonitsky
            Assignee: Alex Kolonitsky


For exapmle below

<f:view>
    <h:form id="form">
        <rich:extendedDataTable id="table">
            <rich:column >Hello</rich:column>
        </rich:extendedDataTable>
    </h:form>
</f:view>

I have exception 

java.lang.IllegalStateException: duplicate Id for a component form:table:j_id3
	org.ajax4jsf.application.TreeStructureNode.apply(TreeStructureNode.java:68)
	org.ajax4jsf.application.TreeStructureNode.apply(TreeStructureNode.java:92)
	org.ajax4jsf.application.TreeStructureNode.apply(TreeStructureNode.java:92)
	org.ajax4jsf.application.TreeStructureNode.apply(TreeStructureNode.java:92)
	org.ajax4jsf.application.TreeStructureNode.apply(TreeStructureNode.java:92)
	org.ajax4jsf.application.AjaxStateManager.getTreeStructureToSave(AjaxStateManager.java:194)
	org.ajax4jsf.application.AjaxStateManager.buildViewState(AjaxStateManager.java:520)
	org.ajax4jsf.application.AjaxStateManager.saveSerializedView(AjaxStateManager.java:473)
	com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:615)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list