|
Hi,
I have solved my problem adding a new property to
the column element (I have modified the source code). I have
modified:
1. The class org.displaytag.tags.ColumnTag
2. The class org.displaytag.tags.ColumnTagBeanInfo
3. The class org.displaytag.util.TagConstants
4. The
tld
Mario
Hello all,
I want to generate a WAI Compatible table with
display tag library, therefor I need that the TH element from the table
include the "id" attribute and the TD element add the "headers"
attribute.
My idea is very simple: I want that in a column
the TH element have an "id" and the TD elements (in this col) refers to this
id with the "headers" attibute.
Here a "graphical" example:
TH
id=c1 | TH
id=c2 | TH
id=c3 | ...
TD headers=c1 | TD headers=c2 | TD headers=c3 | ...
TD headers=c1 | TD headers=c2 | TD headers=c3 | ...
TD headers=c1 | TD headers=c2 | TD headers=c3 | ...
Do you know how could I do?
Thanks,
Mario
|