You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Hudson (Commented) (JIRA)" <ji...@apache.org> on 2011/10/24 18:45:32 UTC

[jira] [Commented] (TAP5-1700) Changes to partial markup rendering mean that the critical elementId JSON key is no longer set in the response when injecting content into a Form

    [ https://issues.apache.org/jira/browse/TAP5-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13134221#comment-13134221 ] 

Hudson commented on TAP5-1700:
------------------------------

Integrated in tapestry-trunk-freestyle #602 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/602/])
    TAP5-1700: Changes to partial markup rendering mean that the critical elementId JSON key is no longer set in the response when injecting content into a Form

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1188198
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FormInjector.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ajax/AjaxResponseRendererImpl.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/ajax/AjaxResponseRenderer.java

                
> Changes to partial markup rendering mean that the critical elementId JSON key is no longer set in the response when injecting content into a Form
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1700
>                 URL: https://issues.apache.org/jira/browse/TAP5-1700
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Adam
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>         Attachments: forminjector53.txt
>
>
> In 5.2.6, the Block returned by other components' onAction events triggered by onInject does not get rendered right away, giving onInject a chance to add another PartialMarkupRendererFilter.
> In 5.3, the filters are called shortly after the Block is returned from onAction, before the triggerContextEvent call in onInject returns. The filter added afterwards is not called.
> This results in the elements returned by FormInjector during ajax requests not having ids assigned to them.

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