[ 
https://issues.apache.org/jira/browse/TAP5-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790542#action_12790542
 ] 

mindhawk commented on TAP5-940:
-------------------------------

I have tried this, but I found that if I return zone from a event handler, 
everything is ok except there is another dive inside the previous one.  But if 
I return zone.getBody(), the heartbeat mixin the zone sames does not work.

So, I have write another Zone component myself:
<div t:id="zone" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
        <div t:id="heartbeat">
                <t:body/>
        </div>
</div>

It is works fine. The "heartbeat" component is a non-rendering component which 
only fire a heartbeat event

> Zone should fire a heart beat event
> -----------------------------------
>
>                 Key: TAP5-940
>                 URL: https://issues.apache.org/jira/browse/TAP5-940
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.1.0.5
>            Reporter: mindhawk
>            Priority: Minor
>
> If there is not a component in Zone fire a heart beat event, the forced 
> attributes would not return to the client, although the page would fire this 
> event at the end. 

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

Reply via email to