Please provide the provision  in <displaytagel:column tag, the ability to set 
the "id" attribute in <TH> tag, and also the corresponding "headers" attribute 
in <TD> tag, so that when the <displaytagel:column> tag is rendered to HTML 
page, it will cont
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: DISPL-519
                 URL: http://jira.codehaus.org/browse/DISPL-519
             Project: DisplayTag
          Issue Type: New Feature
          Components: HTML Generation, Tag Library
    Affects Versions: 1.1.1
            Reporter: phani chaganti


Hi,

I am working for a US Federal project, and all HTML static and dynamic pages 
need to be 508 compliant (need to be readable for disabled persons).

Our J2EE application renders Dynamic web content, through WAS and here is the 
scenario:

Please provide the provision, or the way to provide the ability  ASAP in 
<displaytagel:column tag, the ability to set the "id" attribute in <TH> tag, 
and also the corresponding "headers" attribute in <TD> tag, so that when the 
<displaytagel:column> tag is rendered to HTML page, it will contain the above 
attributes.

i.e please provide ability  to set some property/attributes like this >>

<displaytagel:column property="empNo" title="Employee Id"
                                                sortable="true" 
headerClass="sortable" headerId="hdrEmpId" />

so that when it translates to HTML, it need to look like this>>

<th class="sortable" id="hdrEmpId">Emp Id</th>
and the corresponding generated <TD> looks like this>>


<td headers="hdrEmpId">10000000</td>


Please provide this capability  ASAP and I need to make it compliant. Please 
feel free to contact me at my email : [EMAIL PROTECTED], for any questions.

Thanks,
Phani Chaganti

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to