[
https://issues.apache.org/jira/browse/TAP5-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jochen Kemnade updated TAP5-2515:
---------------------------------
Description:
{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}}.
was:
{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}}.
> 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
>
> {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)