[richfaces-issues] [JBoss JIRA] Resolved: (RF-10727) tables: rowClass works only defined as string

Alex Kolonitsky (JIRA) jira-events at lists.jboss.org
Thu Mar 10 11:11:45 EST 2011


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

Alex Kolonitsky resolved RF-10727.
----------------------------------

    Resolution: Done


Fixed.

> 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


More information about the richfaces-issues mailing list