I've seen various references to this problem in the list archive, but nothing that indicated this issue has been put to rest. My apologies if I missed it. I'd like to suggest a possible usage solution (i.e. how I would like it to work, not how you might implement it).
What if the table decorator and the column decorator had methods like addRowClass(String className) and addCellClass(String className), respectively? In the case of the TableDecorator, this would allow the user to inspect data for the current row, and add a row class as needed. Further, this would not interfere with the odd, even row styles currently implemented (which I like BTY). In the case of the ColumnDecorator, inspection would be limited to just the column data, but I think this will satisfy the majority of cases. Display taggers, let me know your thoughts. If everyone likes the idea, I will take a stab at implementing it and submitting to the project. Justin ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

