You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/03/16 08:41:24 UTC

[jira] Updated: (ADFFACES-319) Non Trinidad components get duplicated ids inside a Trinidad TreeTable

     [ https://issues.apache.org/jira/browse/ADFFACES-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-319:
----------------------------------------

    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> Non Trinidad components get duplicated ids inside a Trinidad TreeTable
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-319
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-319
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>         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.
-
You can reply to this email to add a comment to the issue online.