[jira] Created: (TRINIDAD-1068) ID not unique in generated html of tableheader (duplicate id detailStamp)

View: New views
3 Messages — Rating Filter:   Alert me  

[jira] Created: (TRINIDAD-1068) ID not unique in generated html of tableheader (duplicate id detailStamp)

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ID not unique in generated html of tableheader (duplicate id detailStamp)
-------------------------------------------------------------------------

                 Key: TRINIDAD-1068
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1068
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
            Reporter: martin piekorz


If I place two tables in one page, the id of the generated table header for the selection row is in both tables unique.
All other table head ids are unique.

<table_one ....
<th id="j_id8"...
...
<table_two ...
<th id="j_id8"
...

08.05.2008 16:37:41 org.apache.myfaces.trinidadinternal.io.DebugResponseWriter _logDuplicateId
WARNUNG: The id "j_id8" is used more than once.


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-1068) ID not unique in generated html of tableheader (duplicate id detailStamp)

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/TRINIDAD-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595287#action_12595287 ]

Mathias Walter commented on TRINIDAD-1068:
------------------------------------------

I get the same error but only if I use the detailStamp facet on both tables:

org.apache.myfaces.trinidadinternal.io.DebugResponseWriter _logDuplicateId
WARNING: The id "j_id147" is used more than once.

If I look at the source code, I can see, that each table has a

<th id="j_id147" width="1%" nowrap
class="af_column_header-text">Details</th>

> ID not unique in generated html of tableheader (duplicate id detailStamp)
> -------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1068
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1068
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>            Reporter: martin piekorz
>
> If I place two tables in one page, the id of the generated table header for the selection row is in both tables unique.
> All other table head ids are unique.
> <table_one ....
> <th id="j_id8"...
> ...
> <table_two ...
> <th id="j_id8"
> ...
> 08.05.2008 16:37:41 org.apache.myfaces.trinidadinternal.io.DebugResponseWriter _logDuplicateId
> WARNUNG: The id "j_id8" is used more than once.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1068) ID not unique in generated html of tableheader (duplicate id detailStamp)

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Mathias Walter updated TRINIDAD-1068:
-------------------------------------

    Status: Patch Available  (was: Open)

> ID not unique in generated html of tableheader (duplicate id detailStamp)
> -------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1068
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1068
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.6-core, 1.2.7-core
>            Reporter: martin piekorz
>
> If I place two tables in one page, the id of the generated table header for the selection row is in both tables unique.
> All other table head ids are unique.
> <table_one ....
> <th id="j_id8"...
> ...
> <table_two ...
> <th id="j_id8"
> ...
> 08.05.2008 16:37:41 org.apache.myfaces.trinidadinternal.io.DebugResponseWriter _logDuplicateId
> WARNUNG: The id "j_id8" is used more than once.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.