[ 
https://issues.jboss.org/browse/RF-10727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Kolonitsky reassigned RF-10727:
------------------------------------

    Assignee: Alex Kolonitsky  (was: Anton Belevich)


> tables: rowClass works only defined as string
> ---------------------------------------------
>
>                 Key: RF-10727
>                 URL: https://issues.jboss.org/browse/RF-10727
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.0.0.CR1
>            Reporter: Ilya Shaikovsky
>            Assignee: Alex Kolonitsky
>             Fix For: 4.0.0.Final
>
>
>               <rich:dataTable value="#{olympicGamesBean.games}" var="game"
>                       rowClasses="odd, even" columnClasses=",cityColumn"
>                       onrowmouseover="this.style.fontWeight='bold'"
>                       onrowmouseout="this.style.fontWeight='normal'" 
>                       rowClass="#{game.status}">
> not works. 
>               <rich:dataTable value="#{olympicGamesBean.games}" var="game"
>                       rowClasses="odd, even" columnClasses=",cityColumn"
>                       onrowmouseover="this.style.fontWeight='bold'"
>                       onrowmouseout="this.style.fontWeight='normal'" 
>                       rowClass="test">
> works.
> but it has almost no sence without EL support.
> Propose to fix in final if not risky. That functionality is most important 
> for that attribute. And it was requested many times at forum starting from 
> 3.x.
> related:
> https://jira.jboss.org/jira/browse/RF-5636 - original issue
> https://issues.jboss.org/browse/RF-6494 - request for impl
> https://issues.jboss.org/browse/RF-10380 - issue in EDT

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to