users@woodstock.java.net

Table - Conditional Formatting

From: Naveen Kumar <naveensavasere_at_gmail.com>
Date: Tue, 15 Apr 2008 16:56:44 +0530

Hi,

I have a webuijsf:table component that displays certain data obtained from
web service call using ObjectArrayDataProvider. It works fine, but I now
need conditional formatting on the table. Like if the value in a column is
greater than certain number display it in green otherwise in red if it falls
below another condition. JSTL c:choose or c:if does not work since it does
not accept deferred expression. Could anyone comment on how to go about it?

Regards,
Naveen.