I D created TAP5-2543:
-------------------------
Summary: 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)