Posts Tagged ‘JSP
Enhancement of Display Tag
In one of my earlier posts I referenced an article on DevX using DisplayTag and a little Javascript to create highly functional tables for your web application. Even though Display Tag is a great plugin for Java (I have used it for numerous applications), there are some things about it that irritate me… one is the fact that it doesn’t remember the sort order when you refresh the page. This link describes some of the enhancements Sebastien did to Display Tag to make the plugin more user-friendly.
http://weblogs.java.net/blog/2009/05/04/enhance-displaytag
Article on Creating Highly Functional tables using DisplayTag
DevX has a great article on using DisplayTag and a little Javascript to create highly functional tables for your web application:
http://www.devx.com/webdev/10MinuteSolution/31020
