Patrick Casey <patcasey <at> adelphia.net> writes: > <td jwcid=" <at> Foreach" element="td" > source = "ognl:theList" > value="ognl:theItem" > scope="row"> > <span jwcid=" <at> Insert" value="ognl:theRow[theItem.fieldName]" /> > </td>
Try this: <td jwcid="[EMAIL PROTECTED]" element="td" source = "ognl:theList" value="ognl:theItem" scope="ognl:components.myForEach.index == 0 ? 'row' : null"> <span jwcid="@Insert" value="ognl:theRow[theItem.fieldName]" /> </td> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]