Hi,

The following code is JSTL. How do I do this with struts logic tags ? No
struts-el.

              <c:when test="<%= value % 2 == 0 %>">

I am looping with logic-iterate. 'value' in the above code should be the
'index' of the looped over arraylist.

I am just checking for alternate rows and changing the color.

It could be something like       

                        <logic:iterate id="item" name="table1"
indexId="index" offset="1">
                                <logic:equal value="<bean:write
name="index"/>"> 
                        </logic:iterate>

Is this possible ?
Thanks,
Mohan

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

Reply via email to