You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/11/10 22:38:14 UTC

[jira] Commented: (TAP5-1333) Zone should implement an interface, BodyElement, that extends ClientElement and provides the body property

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

Hudson commented on TAP5-1333:
------------------------------

Integrated in tapestry-5.2-freestyle #229 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/229/])
    TAP5-1333: Add a constructor to MultiZoneUpdate that accepts a Zone (really, a ClientBodyElement)


> Zone should implement an interface, BodyElement, that extends ClientElement and provides the body property
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1333
>                 URL: https://issues.apache.org/jira/browse/TAP5-1333
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.2
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.3
>
>
> I wanted to create a static utility method that, passed a collection of Zones, would add create a MultiZoneUpdate, which involved getting the clientId (via ClientElement interface) and getting the body (as a Block).
> However, for all the standard class-cast issues, static methods from the primary class loader can't accept an instance of Zone.  At the same time, the getBody() method is not defined by an interface.

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