You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/11/03 02:20:25 UTC

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

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


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Howard M. Lewis Ship closed TAP5-1333.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.3

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


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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.


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

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

Howard M. Lewis Ship closed TAP5-1333.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.3

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