[
https://issues.apache.org/jira/browse/TAP5-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15001999#comment-15001999
]
Hudson commented on TAP5-2515:
------------------------------
FAILURE: Integrated in tapestry-trunk-freestyle #1536 (See
[https://builds.apache.org/job/tapestry-trunk-freestyle/1536/])
TAP5-2515: use the empty parameter also if renderTableIfEmpty is set to
(jochen.kemnade: rev 232b637a1faa1935a033b67e7103fd53c732d56e)
*
tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/Grid.tml
*
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/GridTests.java
* tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java
* tapestry-core/src/test/app1/EmptyGrid.tml
> Grid's empty parameter is not used if renderTableIfEmpty is true
> ----------------------------------------------------------------
>
> Key: TAP5-2515
> URL: https://issues.apache.org/jira/browse/TAP5-2515
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.4
> Reporter: Jochen Kemnade
> Assignee: Jochen Kemnade
> Fix For: 5.4
>
>
> {code}
> <t:grid renderTableIfEmpty="true" empty="Foo"... />
> {code}
> will render "There is no data to display." inside the td. We should probably
> not delegate to {{block:empty}} in {{Grid.tml:13}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)