struts row rags

2006-12-19 Thread Meenakshi j
Hello, I am new to struts and would like to change the code below logic:iterate indexId=idx id=director name=ProposalSummaryForm property=directors % if ( ((idx.intValue())%2) == 0 ) { % tr class=evenrow % } else

Re: struts row rags

2006-12-19 Thread Laurie Harper
Meenakshi j wrote: Hello, I am new to struts and would like to change the code below logic:iterate indexId=idx id=director name=ProposalSummaryForm property=directors % if ( ((idx.intValue())%2) == 0 ) { % tr class=evenrow

Re: struts row rags

2006-12-19 Thread Meenakshi j
Hi Thanks for your help. I want to get rid of % if ( ((idx.intValue())%2) == 0 ) { % tr class=evenrow % } else { % tr class=oddrow % } % and