You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/09/09 18:53:44 UTC

[jira] Created: (TAPESTRY-2654) 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

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2654) 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

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2654.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.15

> 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
>             Fix For: 5.0.15
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org