Can you enter this as an enhancement request in JIRA?
http://displaytag.sourceforge.net/issue-tracking.html
Thanks,
Matt
On Feb 16, 2005, at 3:22 PM, Justin James wrote:
This patch allows a row style to be added to the current row from the TableDecorator. The purpose is to allow row highlighting based on data inspection of the current row. This feature is designed to extend the odd/even row style concept.
I implemented this feature by adding a call back method on TableDecorator called addRowStyle(). This method gets invoked by Row while it builds the opening TR tag. The String value returned gets added as an additional style in the current row.
I've done some basic testing and all looks to be working well. See attached patch. Feedback is welcome.
Justin
<addrowstyle.patch>
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

