Details
Description
Quoted from the developer's guide (Chapter 6 , Services and forms):
"The Form component doesn't terminate the rewind cycle until after all of its
wrapped components have had a chance to render. It then notifies its own
listener."
But it doesn't seems to be the case. There are 2 PropertySelection components
and 2 Submit components in the same Form component.
When the Submit components are after the PropertySelection components,
everything is ok.
But when the Submit components are BETWEEN the PropertySelection components,
the value in the later PropertySelection component is not assigned.
Attachments
Issue Links
- is duplicated by
-
TAPESTRY-55 Execute listener methods after setting all page's properties
- Resolved