Logic Iterate --URGENT Please

2003-10-22 Thread Srikanth Gubba
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

RE: Logic Iterate --URGENT Please

2003-10-22 Thread Greg Dunn
, October 22, 2003 2:24 PM To: '[EMAIL PROTECTED]' Subject: Logic Iterate --URGENT Please 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

Re: Logic Iterate --URGENT Please

2003-10-22 Thread Lukas Bradley
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