[ 
https://issues.apache.org/jira/browse/TAP5-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Geoff Callender reopened TAP5-238:
----------------------------------


I think the documentation needs rewording then.  The way I read it, these two 
examples are functionally identical, yet the first one does not work (the empty 
block is ignored):

<t:grid ...> 
    <t:block t:id="empty">Whatever ...</t:block>
</t:grid>

<t:grid ... t:empty="block:empty"> 
    <t:block t:id="empty">Whatever ...</t:block>
</t:grid>



> Default for Grid's empty parameter does not work
> ------------------------------------------------
>
>                 Key: TAP5-238
>                 URL: https://issues.apache.org/jira/browse/TAP5-238
>             Project: Tapestry 5
>          Issue Type: Bug
>            Reporter: Geoff Callender
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> Doco says default for empty is "block:empty" but this doesn't work.  If I 
> leave out the empty parameter then my block with id="empty" is ignored and 
> the standard message about "no data to display" appears.  However, if I 
> specify empty="block:empty" then my block is displayed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to