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 "Jochen Boehringer (JIRA)" <ad...@incubator.apache.org> on 2006/12/05 16:16:22 UTC

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

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

        

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

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ 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.