RE: Logic Iterate --URGENT Please

2003-10-22 Thread Greg Dunn


  ...
  

  
  

  
  ...


You could also do it with JSTL:


  ...
  
  
  ...




Greg

-Original Message-
From: Srikanth Gubba [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 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 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]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Logic Iterate --URGENT Please

2003-10-22 Thread Lukas Bradley

bgcolor="red" <% }
%> >
   . other stuff in row
   


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]