table highlighting

How can I dynamically highlight a table cell (a column row intersection) based on the value within that cell? I have a table bound to a mySql database table that is being refreshed in my jsp page prerender method. I would like to have the table cell highlighted (background color set) based on the value of the cell. I understand that I can set the entire columns color using the table columns properties, but this is not what I want to do.

[447 byte] By [TomTa] at [2007-11-27 7:35:50]
# 1
See if this blog entry answers your question: http://blogs.sun.com/winston/entry/setting_table_column_style/krys
3431603a at 2007-7-12 19:16:27 > top of Java-index,Development Tools,Java Tools...
# 2
Thanks for the quick response. I took a quick look at your suggestion and it looks great!I should be able to get around to trying this out later today. Thanks again!
TomTa at 2007-7-12 19:16:27 > top of Java-index,Development Tools,Java Tools...