[richfaces-issues] [JBoss JIRA] Created: (RF-10627) DT and EDT behaves differently with no data facets and label

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Sat Feb 26 09:55:05 EST 2011


DT and EDT behaves differently with no data facets and label
------------------------------------------------------------

                 Key: RF-10627
                 URL: https://issues.jboss.org/browse/RF-10627
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 4.0.0.CR1
         Environment: RichFaces 4.0.0-SNAPSHOT r.21945
Metamer 4.0.0-SNAPSHOT r.21934
Mojarra 2.0.4-b09
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 9.0.597.98 @ Linux x86_64
            Reporter: Lukas Fryc
            Priority: Optional


When noData facet created but have no rendered children, noDataLabel attribute should be used (if not null).

It works with DataTable:
1. open http://localhost:8080/metamer/faces/components/richDataTable/facets.xhtml
2. uncheck "Show data in table"
3. set text for "No data facet" = ""
(table is empty)
4. set @noDataLabel="no data here"
OK: data table contains text "no data here"

But not with ExtendedDataTable:
1. open http://localhost:8080/metamer/faces/components/richExtendedDataTable/facets.xhtml
2. uncheck "Show data in table"
3. set text for "No data facet" = ""
(table is empty)
4. set @noDataLabel="no data here"
FAIL: data table is still empty
EXPECTED: "no data here" text in table
 

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