Re: struts row rags
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
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
Hello, I am new to struts and would like to change the code below <% if ( ((idx.intValue())%2) == 0 ) { %> <% } else { %> <% } %> to style c