RE: Logic Iterate --URGENT Please

2003-10-22 Thread Greg Dunn
logic:iterate id=myBean name=MyBeans type=com.mine.bean.MyBean ... logic:lessThan name=myBean property=taxOwed value=0 td bgcolor=red /logic:lessThan logic:greaterEqual name=myBean property=taxOwed value=0 td bgcolor=white /logic:greaterEqual ... /logic:iterate You could also

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