You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mathias Walter (JIRA)" <de...@myfaces.apache.org> on 2008/05/08 17:34:55 UTC

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

    [ 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.