[richfaces-issues] [JBoss JIRA] Created: (RF-10570) Duplicate class attribute generated by extendedDataTable when a row is selected

David Vallner (JIRA) jira-events at lists.jboss.org
Fri Feb 18 11:23:13 EST 2011


Duplicate class attribute generated by extendedDataTable when a row is selected
-------------------------------------------------------------------------------

                 Key: RF-10570
                 URL: https://issues.jboss.org/browse/RF-10570
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 4.0.0.Milestone6
         Environment: Linux Mint 10, Sun JDK 1.6.0_22, Jetty 7.2.2, Mojarra 2.0.4b09, Chrome dev channel
            Reporter: David Vallner


When rendering a rich:extendedDataTable that uses the rowClass attribute, and has a row selected, the following HTML is generated:

    <tr class="deleted" class="rf-edt-r-sel rf-edt-r-act" ...>

The HTML attribute 'class' is generated twice, once for the rowClass definition, once for RichFaces' own CSS classes. This makes a browser that parses the markup with a XML parser blow up.

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