Message:
The following issue has been closed.
Resolver: fabrizio giustina
Date: Tue, 9 Nov 2004 2:24 PM
fixed, thanks
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/DISPL-93
Here is an overview of the issue:
---------------------------------------------------------------------
Key: DISPL-93
Summary: example-styles.jsp content incorrect
Type: Bug
Status: Closed
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: DisplayTag
Components:
Documentation
Fix Fors:
1.0 RC2
Versions:
1.0 RC2
Assignee: fabrizio giustina
Reporter: Masoud Omidvar
Created: Tue, 9 Nov 2004 3:48 AM
Updated: Tue, 9 Nov 2004 2:24 PM
Description:
In example-styles.jsp,
in "Old Styles @deprecated" section,
row "tableCellHeader"
column "now use"
should be replaced: tbody -> theader
<wrong>
Assign a style to thead th element, you don't need a class. If you want this
style to be applied only to the <display:table>, simply add a class or id to
the table tag and create a parent.child rule in css like table.myclass tbody th
{color:red;}
<corrected>
Assign a style to thead th element, you don't need a class. If you want this
style to be applied only to the <display:table>, simply add a class or id to
the table tag and create a parent.child rule in css like table.myclass theader
th {color:red;}
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel