You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Ben Sommerville (JIRA)" <ta...@jakarta.apache.org> on 2006/11/08 13:50:52 UTC

[jira] Created: (TAPESTRY-1142) Change Body component to call ComponentRenderWorker#renderBody on entire chain of workers

Change Body component to call ComponentRenderWorker#renderBody on entire chain of workers
-----------------------------------------------------------------------------------------

                 Key: TAPESTRY-1142
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1142
             Project: Tapestry
          Issue Type: Improvement
          Components: Framework
    Affects Versions: 4.1.1
            Reporter: Ben Sommerville
            Priority: Minor


The Body component currently calls ComponentRenderWorker#renderBody() only on the ComponentEventConnectionWorker that has been injected (line 153).

This means the Event Connection worker is the only worker that can take advantage of this call.
If the Body component is changed to call renderBody() on the standard render worker (chain) then other workers can also add scripts to be written out on the page.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1142) Change Body component to call ComponentRenderWorker#renderBody on entire chain of workers

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1142?page=all ]

Jesse Kuhnert resolved TAPESTRY-1142.
-------------------------------------

    Fix Version/s: 4.1.1
       Resolution: Fixed

> Change Body component to call ComponentRenderWorker#renderBody on entire chain of workers
> -----------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1142
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1142
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.1.1
>            Reporter: Ben Sommerville
>            Priority: Minor
>             Fix For: 4.1.1
>
>         Attachments: TAP-1142.patch
>
>
> The Body component currently calls ComponentRenderWorker#renderBody() only on the ComponentEventConnectionWorker that has been injected (line 153).
> This means the Event Connection worker is the only worker that can take advantage of this call.
> If the Body component is changed to call renderBody() on the standard render worker (chain) then other workers can also add scripts to be written out on the page.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1142) Change Body component to call ComponentRenderWorker#renderBody on entire chain of workers

Posted by "Ben Sommerville (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1142?page=all ]

Ben Sommerville updated TAPESTRY-1142:
--------------------------------------

    Attachment: TAP-1142.patch

Patch that implements change.

> Change Body component to call ComponentRenderWorker#renderBody on entire chain of workers
> -----------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1142
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1142
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.1.1
>            Reporter: Ben Sommerville
>            Priority: Minor
>         Attachments: TAP-1142.patch
>
>
> The Body component currently calls ComponentRenderWorker#renderBody() only on the ComponentEventConnectionWorker that has been injected (line 153).
> This means the Event Connection worker is the only worker that can take advantage of this call.
> If the Body component is changed to call renderBody() on the standard render worker (chain) then other workers can also add scripts to be written out on the page.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org