The Zone component should expose its body (as a Block) to make it easier to 
re-render the Zone's body as an Ajax partial page render
------------------------------------------------------------------------------------------------------------------------------------

                 Key: TAPESTRY-2654
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2654
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.14
            Reporter: Howard M. Lewis Ship
            Assignee: Howard M. Lewis Ship
            Priority: Minor


It's somewhat ugly to always have to pair a Zone with a Block in order to get 
it to render anything (usually a Delegator is thrown in for good measure).

If part of Zone's API was a getBody() method, this wouldn't be necessary.

Some people have mistakenly returned the Zone itself; this creates a new Zone 
nested inside the original Zone.

-- 
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