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

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Wed Mar 9 15:20:45 EST 2011


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: Ilya Shaikovsky


		<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