Function rich:clientId doesn't work for nested components
---------------------------------------------------------

                 Key: RF-8770
                 URL: https://jira.jboss.org/browse/RF-8770
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.0.0.Alpha2
         Environment: all browsers, RF 4.0.0-SNAPSHOT
            Reporter: Pavol Pitonak


I have two nested rich data tables, the inner one is on the first row of outer 
table (see attached picture):

<rich:dataTable id="containerRichDataTable1">
   ...
  <rich:dataTable id="richDataTable">
  ...
  </rich:dataTable>
</richDataTable

Calling  #{rich:clientId('richDataTable')} returns 
    form:containerRichDataTable1:richDataTable
instead of 
    form:containerRichDataTable1:0:richDataTable

The same problem  occurs when the outer component is a4j:repeat, ui:repeat or 
h:dataTable.


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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to