<logic:iterate name="taxHistoryArray" id="source"
type="org.gubba.TaxHistory" indexId="i">
<tr align="center" <% if (history.isDelinquent) { %> bgcolor="red" <% }
%> >
..... other stuff in row
</tr>
</logic:iterate>
Maybe not as pretty as you want....
Lukas
"Srikanth Gubba" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>
> I have a doubt using logic iterate:
>
> Is it possible to display a row in a different color based on a value of
the
> bean while iterating it?
>
> Actually, I am displaying the tax history of a person and I want to
> highlight the row or a field (tax owed) to red color if the tax paid
column
> shows delinquent.
>
> Please let me know if u have any suggestions or ideas.
>
> Thanks in Advance,
> Srikanth Gubba.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]