[
https://issues.apache.org/jira/browse/TAP5-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam updated TAP5-1700:
-----------------------
Attachment: forminjector53.txt
Here's a patch that adds the filter to the queue before calling triggerEvent.
> The PartialMarkupRendererFilter in FormInjector.onInject is not called anymore
> ------------------------------------------------------------------------------
>
> 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
> 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