Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1.1
-
Fix Version/s: None
-
Component/s: HTML Generation, Tag Library
-
Labels:None
-
Application server:WebSphere 6.0.1
Description
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 : phanikumar_ch@hotmail.com, for any questions.
Thanks,
Phani Chaganti
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 : phanikumar_ch@hotmail.com, for any questions.
Thanks,
Phani Chaganti