DisplayTag 1.1 Released!
Read the release notes, change log, migration instructions and download. Don't forget to check out the live demo too. If you're using Maven 2, you simply need to add a new repository:
<repositories> <repository> <id>displaytag</id> <url>http://displaytag.sourceforge.net/m2repo</url> </repository> </repositories> ... <dependency> <groupId>displaytag</groupId> <artifactId>displaytag</artifactId> <version>1.1</version> <scope>runtime</scope> </dependency>
This release is pretty huge IMO. You can now do external sorting and paging, which should eliminate any performance concerns with using this library. Another nice feature is portlet support. Nice work Fabrizio!
Update: This release is now at ibiblio, so you don't need to add the custom repository to your pom.xml anymore.
Posted by Jeff Genender on February 12, 2006 at 10:09 PM MST #
Posted by Matt Raible on February 12, 2006 at 10:46 PM MST #
Posted by -FoX- on February 13, 2006 at 10:22 AM MST #
Posted by Karsten Voges on February 13, 2006 at 05:35 PM MST #
Posted by Aravind on February 13, 2006 at 05:51 PM MST #
Some of the things that made us move away from displayTag was the sorting of date and number columns which seem to be handled by comparaters and then we have the ability to search (filter) a column. We really like the displayTag look but at the moment we are using eXtremeComponent'ss eXtremeTable but are not real jazzed with the look.
Maybe we could get search or filter a column ability in the next release.
Posted by Gary Woodbridge on February 14, 2006 at 03:29 PM MST #
Posted by Chris Wall on February 15, 2006 at 02:03 AM MST #
Posted by Srgjan Srepfler on February 17, 2006 at 11:05 PM MST #
Posted by Luke McLean on August 30, 2006 at 09:26 PM MDT #
Posted by Nids on July 11, 2007 at 09:00 PM MDT #