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 ) { %> <% } else { %> <% } %> and replace it with 'evenStyleC

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 property="directors"> <% if ( ((idx.intValue())%2) == 0 ) { %> <% } else { %>

struts row rags

2006-12-19 Thread Meenakshi j
Hello, I am new to struts and would like to change the code below <% if ( ((idx.intValue())%2) == 0 ) { %> <% } else { %> <% } %> to style c