[ 
http://issues.apache.org/jira/browse/TOMAHAWK-523?page=comments#action_12427511 
] 
            
Steve Rees commented on TOMAHAWK-523:
-------------------------------------

I believe that there are two problems (at least in the 1.1.3 version of 
tomahawk) in the renderer for the extended data table. 

1. The renderer, in providing support for newspaper column rendering, does not 
set the row index before rendering the start of the row, this can cause the 
rendering of row styles containing EL expressions to fail or to lag the row for 
which they are being rendered.
2. The renderer does not use the rowStyleClass attribute when rendering the 
style class of the row, but instead mistakenly uses the rowStyle attribute 
(probably null in most cases where you are using a rowStyleClass) which is what 
renders the empty class attribute.

When I have time (probably this weekend) I will submit a patch that I believe 
fixes both these issues (at least for me)

> rowStyleClass does not resolve to an EL of var
> ----------------------------------------------
>
>                 Key: TOMAHAWK-523
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-523
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Extended Datatable
>    Affects Versions: 1.1.4-SNAPSHOT
>         Environment: Tomcat, Facelets
>            Reporter: James McCarthy
>         Attachments: JSFAttr.class, JSFAttr.patch
>
>
> The rowStyleClass does not resolve when the rowStyleClass references an EL 
> item identified by var. var="item" rowStyleClass="#{item.status}".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to