You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Steve Eynon (Created) (JIRA)" <ji...@apache.org> on 2011/11/03 07:01:35 UTC

[jira] [Created] (TAP5-1742) AfterRender() in Loop component should not short circuit

AfterRender() in Loop component should not short circuit
--------------------------------------------------------

                 Key: TAP5-1742
                 URL: https://issues.apache.org/jira/browse/TAP5-1742
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3
            Reporter: Steve Eynon
            Priority: Trivial


A Mixin attached to the Loop component never receives a call to it's AfterRender() method because the Loop component returns a primitive boolean.

If it returned Null and False (as oppose to true and false) then the mixin's after render method would be called once as the Loop exits.

http://tapestry.1045711.n5.nabble.com/T5-2-6-AfterRender-phase-method-not-called-on-Mixin-when-attached-to-Loop-component-tp4957898p4958554.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1742) AfterRender() in Loop component should not short circuit

Posted by "Taha Hafeez (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez reassigned TAP5-1742:
---------------------------------

    Assignee: Taha Hafeez
    
> AfterRender() in Loop component should not short circuit
> --------------------------------------------------------
>
>                 Key: TAP5-1742
>                 URL: https://issues.apache.org/jira/browse/TAP5-1742
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Steve Eynon
>            Assignee: Taha Hafeez
>            Priority: Trivial
>
> A Mixin attached to the Loop component never receives a call to it's AfterRender() method because the Loop component returns a primitive boolean.
> If it returned Null and False (as oppose to true and false) then the mixin's after render method would be called once as the Loop exits.
> http://tapestry.1045711.n5.nabble.com/T5-2-6-AfterRender-phase-method-not-called-on-Mixin-when-attached-to-Loop-component-tp4957898p4958554.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1742) AfterRender() in Loop component should not short circuit

Posted by "Taha Hafeez (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez reassigned TAP5-1742:
---------------------------------

    Assignee: Taha Hafeez
    
> AfterRender() in Loop component should not short circuit
> --------------------------------------------------------
>
>                 Key: TAP5-1742
>                 URL: https://issues.apache.org/jira/browse/TAP5-1742
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Steve Eynon
>            Assignee: Taha Hafeez
>            Priority: Trivial
>
> A Mixin attached to the Loop component never receives a call to it's AfterRender() method because the Loop component returns a primitive boolean.
> If it returned Null and False (as oppose to true and false) then the mixin's after render method would be called once as the Loop exits.
> http://tapestry.1045711.n5.nabble.com/T5-2-6-AfterRender-phase-method-not-called-on-Mixin-when-attached-to-Loop-component-tp4957898p4958554.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (TAP5-1742) AfterRender() in Loop component should not short circuit

Posted by "Taha Hafeez (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez resolved TAP5-1742.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3
    
> AfterRender() in Loop component should not short circuit
> --------------------------------------------------------
>
>                 Key: TAP5-1742
>                 URL: https://issues.apache.org/jira/browse/TAP5-1742
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Steve Eynon
>            Assignee: Taha Hafeez
>            Priority: Trivial
>             Fix For: 5.3, 5.4
>
>
> A Mixin attached to the Loop component never receives a call to it's AfterRender() method because the Loop component returns a primitive boolean.
> If it returned Null and False (as oppose to true and false) then the mixin's after render method would be called once as the Loop exits.
> http://tapestry.1045711.n5.nabble.com/T5-2-6-AfterRender-phase-method-not-called-on-Mixin-when-attached-to-Loop-component-tp4957898p4958554.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1742) AfterRender() in Loop component should not short circuit

Posted by "Taha Hafeez (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez closed TAP5-1742.
-----------------------------

    
> AfterRender() in Loop component should not short circuit
> --------------------------------------------------------
>
>                 Key: TAP5-1742
>                 URL: https://issues.apache.org/jira/browse/TAP5-1742
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Steve Eynon
>            Assignee: Taha Hafeez
>            Priority: Trivial
>             Fix For: 5.3, 5.4
>
>
> A Mixin attached to the Loop component never receives a call to it's AfterRender() method because the Loop component returns a primitive boolean.
> If it returned Null and False (as oppose to true and false) then the mixin's after render method would be called once as the Loop exits.
> http://tapestry.1045711.n5.nabble.com/T5-2-6-AfterRender-phase-method-not-called-on-Mixin-when-attached-to-Loop-component-tp4957898p4958554.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1742) AfterRender() in Loop component should not short circuit

Posted by "Taha Hafeez (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez closed TAP5-1742.
-----------------------------

    
> AfterRender() in Loop component should not short circuit
> --------------------------------------------------------
>
>                 Key: TAP5-1742
>                 URL: https://issues.apache.org/jira/browse/TAP5-1742
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Steve Eynon
>            Assignee: Taha Hafeez
>            Priority: Trivial
>             Fix For: 5.3, 5.4
>
>
> A Mixin attached to the Loop component never receives a call to it's AfterRender() method because the Loop component returns a primitive boolean.
> If it returned Null and False (as oppose to true and false) then the mixin's after render method would be called once as the Loop exits.
> http://tapestry.1045711.n5.nabble.com/T5-2-6-AfterRender-phase-method-not-called-on-Mixin-when-attached-to-Loop-component-tp4957898p4958554.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (TAP5-1742) AfterRender() in Loop component should not short circuit

Posted by "Taha Hafeez (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez resolved TAP5-1742.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3
    
> AfterRender() in Loop component should not short circuit
> --------------------------------------------------------
>
>                 Key: TAP5-1742
>                 URL: https://issues.apache.org/jira/browse/TAP5-1742
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Steve Eynon
>            Assignee: Taha Hafeez
>            Priority: Trivial
>             Fix For: 5.3, 5.4
>
>
> A Mixin attached to the Loop component never receives a call to it's AfterRender() method because the Loop component returns a primitive boolean.
> If it returned Null and False (as oppose to true and false) then the mixin's after render method would be called once as the Loop exits.
> http://tapestry.1045711.n5.nabble.com/T5-2-6-AfterRender-phase-method-not-called-on-Mixin-when-attached-to-Loop-component-tp4957898p4958554.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira