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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to