[
https://jira.jboss.org/browse/RF-8770?page=com.atlassian.jira.plugin.syst...
]
Nick Belaevski commented on RF-8770:
------------------------------------
Page code example:
<rich:dataTable id="table">
<rich:dataTable id="nestedTable">
</rich:dataTable>
</rich:dataTable>
#{rich:clientId('nestedTable')}
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)
Components: component-misc
Affects Versions: 4.0.0.Alpha2
Environment: all browsers, RF 4.0.0-SNAPSHOT
Reporter: Pavol Pitonak
Assignee: Nick Belaevski
Fix For: Future_4.X
Attachments: functions.png
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