in <t:datatable> "columnClasses" property doesn't render EL expressions
-----------------------------------------------------------------------

                 Key: TOMAHAWK-1236
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1236
             Project: MyFaces Tomahawk
          Issue Type: Bug
            Reporter: Guy Bashan


It seems like the property: columnClasses doesn't render EL expressions.

I tried this:
rowIndexVar="rowIndex" columnClasses="{rowIndex % 2 == 0 ? 'bg_td1' : 'bg_td2'}"

and it didn't work. When trying to apply the same EL under <t:column> it worked:
<t:column style="text-align:left;" styleClass="#{rowIndex % 2 == 0 ? 'bg_td1' : 
'bg_td2'}">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to