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

Nitin Otageri (JIRA) jira-events at lists.jboss.org
Mon Dec 28 23:55:30 EST 2009


    [ https://jira.jboss.org/jira/browse/RF-8223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12501717#action_12501717 ] 

Nitin Otageri commented on RF-8223:
-----------------------------------

Tested with 3.3.3-SNAPSHOT

It still generates duplicate id for the group menu (constant id for all columns) as follows

<HtmlMenuItem 
ajaxSingle="false" 
bypassUpdates="false" 
disabled="false" 
icon="resource:///org/richfaces/renderkit/html/images/group-by.png" 
id="group" 
ignoreDupResponses="false" 
immediate="false" 
inView="true" 
.....

> 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
>    Affects Versions: 3.3.3.BETA1
>            Reporter: Alex Kolonitsky
>            Assignee: Alex Kolonitsky
>             Fix For: 3.3.3.CR1
>
>
> For example below
> <f:view>
>     <h:form id="form">
>         <rich:extendedDataTable id="table">
>             <rich:column >Hello</rich:column>
>         </rich:extendedDataTable>
>     </h:form>
> </f:view>
> I have an 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