]
Nick Belaevski updated RF-10627:
--------------------------------
Assignee: Konstantin Mishin
Fix Version/s: 4.Future
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
Assignee: Konstantin Mishin
Priority: Optional
Labels: metamer-ftest-tracked
Fix For: 4.Future
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/face...
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: