[ 
http://issues.apache.org/jira/browse/TOMAHAWK-523?page=comments#action_12423827 
] 
            
Eivind Rønnevik commented on TOMAHAWK-523:
------------------------------------------

I forgot to mention:

If I try to use the var attribute of the dataTable in an EL-expression for 
rowClasses, i get a DEBUG message from org.apache.myfaces saying the var could 
not be resolved.

<t:dataTable id="myView"
var="test"
rowClasses="#{test.something < myBean.something ? 'row1':'row2'}"  >

 

2006-07-27 14:33:36,912 DEBUG
 [org.apache.myfaces.el.VariableResolverImpl]
  *** Variable 'test' could not be resolved.



> 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
>
> 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