]
Nick Belaevski resolved RF-8770.
--------------------------------
Fix Version/s: (was: Future_4.X)
Resolution: Rejected
After tables update, clientId is always the same for all rows.
Function rich:clientId doesn't work for nested components
---------------------------------------------------------
Key: RF-8770
URL:
https://issues.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
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.
-
For more information on JIRA, see: