Non Trinidad components get duplicated ids inside a Trinidad TreeTable
----------------------------------------------------------------------
Key: ADFFACES-319
URL: http://issues.apache.org/jira/browse/ADFFACES-319
Project: MyFaces ADF-Faces
Issue Type: Bug
Environment: Facelets 1.1.11, MyFaces 1.1.5 snapshot and Trinidad
Snapshot
Reporter: Jochen Boehringer
If a JSF Component not extending UIXComponentBase but e.g. UIComponentBase is
placed inside a Trinidad TreeTable as nodeStamp facet, the client id gets
duplicated for each row in the TreeTable. I have developed a component on my
own which only renders a simple div tag. If this components extends
UIComponentBase the client id is the same for each row:
<div id="_id25:treeTableId:0:testid">
<div id="_id25:treeTableId:0:testid">
<div id="_id25:treeTableId:0:testid">
If I extend UIXComponentBase everything works fine:
<div id="_id25:treeTableId:0:testid">
<div id="_id25:treeTableId:1:testid">
<div id="_id25:treeTableId:2:testid">
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira