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.

Reply via email to