All, I want to say thank you so much for making this taglib available. It has saved me hours, maybe days, of development time. I very much appreciate it.
I also want to report a bug that I've noticed with the "paging.banner.placement" property for display:table tag. My situation required that I display the page navigation bar at the bottom of the search results, however, using "bottom" as the value of this property did not seem to work as the documentation stated since I still had the action bar at the top and bottom of the search results. I downloaded the source and noticed that in TableTag.java, specifically in the getTableHeader method, there is NO check for the "paging.banner.placement" property being set to "top" or "both". That check should exist just before the action bar is appended to the string buffer. I also wanted to mentioned a quick and easy recommendation to the action bar. It would be nice if the table that contained the action bar had a specific stylesheet class, i.e. "tableAction". This allows developers the flexibility to apply custom styles to the entire table versus at the row or cell level. And just one last thing, it would also be great if the user could customize the format of the page links. For example, suppose I wanted "1 2 3 4" instead of "1, 2, 3, 4". Currently, this is not an option since the format of the page navigation is harcoded. I'm sure this is something you guys have though about before though. Thanks again for such a wonderful library! Louis Gates Software Engineer Venetica Corporation Charlotte, NC www.venetica.com ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

