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)" <ji...@apache.org> on 2010/11/05 20:12:43 UTC

[jira] Assigned: (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:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1333:
------------------------------------------

    Assignee: Howard M. Lewis Ship

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