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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to