I am trying to iterate over a list and display rows in different style:
<s:iterator value="aList" status="stat" id="row"> <s:set name="foo" value="${#stat.odd ? 'odd':'even'}" /> <tr class="${foo}"> ... The resulting code have the class attribute always empty. Like this : <tr class=""> Can any one advice what's wrong ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]