Jakarta Project: Data Grid Tag library
Revision History
12/01/2004 - Development
Bug fix.
Bugs Fixed
-
Fixed problems with JSTL Expression Language for attributes "cellPadding", "cellSpacing", "rules", "frame", "style", "styleClass", "hAlign" and "vAlign"..
-
TLD file didn't include "rules" and "frames" attributes.
11/27/2004 - Development
Bug fix and new features.
Bugs Fixed
-
Fixed sorting error when using null values.
-
Fixed read problem with XML elements that contain CDATA sections.
New Features
-
Added JSTL Expression Language support for "style" and "styleClass" attributes.
10/09/2004 - Development
Bug fix, new features and new examples.
Bugs Fixed
-
Fixed vertical scrollbar width problem with Mozilla.
-
Added non breaking space to empty headers, footers or items.
-
Changed "td" to "th" for datagrid column headers.
New Features
-
Added "count" attribute on paging element to set the number of records used for custom paging.
-
Added "pagesVar" attribute on paging element to set the pages variable that contains a list of elements of type org.apache.taglibs.datagrid.Page. The list stores information about all the pages.
-
Added "order" element with attributes "imgAsc", "imgDesc" and "defaultColumn" to set the up and down images for ordering and the default order column.
-
Added "style" attribute on datagrid, column items, column headers, column footers, global headers, global footers, rows and alternate rows.
-
Datagrid can now process items of type Collection, Map, Object [] and Iterator.
-
Added to empty headers, footers or items.
New Examples
-
Added new styles to existing examples.
-
Added 2 new custom paging examples.
09/22/2004 - Development
Bug fix.
Bugs Fixed
-
Fixed problem with hyperlinks not beign ordered in a column.
09/02/2004 - Development
Bug fix.
Bugs Fixed
-
Fixed a bug when using Arrays in the item attribute instead of Collections.
06/06/2004 - Development
The Data Grid tag library is in development,
changes are fast and furious.