[
https://issues.apache.org/jira/browse/TAP5-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15296516#comment-15296516
]
Carlos Montero Canabal commented on TAP5-2543:
----------------------------------------------
A help about the problem: I think that the problem is that your form2 has the
t:async="true" param enabled. I can confirm that if a component with
t:async="true" trigger a zone update, this zone update omits t:simpleIds="true"
param.
> Zone's simpleId parameter has no effect when refreshing the Zones using
> AjaxResponseRenderer.addRender()
> --------------------------------------------------------------------------------------------------------
>
> Key: TAP5-2543
> URL: https://issues.apache.org/jira/browse/TAP5-2543
> Project: Tapestry 5
> Issue Type: Bug
> Affects Versions: 5.4.1
> Reporter: I D
>
> I have a form named form1 within a zone named myZone. That zone has its
> simpleIds param set to true.
> An event handler for a different ajax form (form2) contains the following
> code:
> {code:java}
> ajaxResponseRenderer.addRender(myZone);
> {code}
> When form2 is submitted this event handler runs and myZone is refreshed.
> However, all field ids within it are now namespaced.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)