Details
-
Bug
-
Status: Resolved
-
Resolution: Duplicate
-
3.0
-
None
-
None
-
Operating System: All
Platform: All
-
21411
Description
A Form with multiple submit buttons that have listeners configured executes the
listener method as it encounters it in the rewind process. By that point in time
not all values might have been set in the page/component.
Change Tapestry's rewind cycle so that all values are set into the component
before executing the listener method for the button pressed. Make this behaviour
configurable by adding a "defer" parameter on Submit and ImageSubmit.
Attachments
Issue Links
- duplicates
-
TAPESTRY-166 Allow Submits to defer invoking their listener
- Closed