You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bu...@apache.org on 2003/07/08 18:12:31 UTC

DO NOT REPLY [Bug 21411] New: - Execute listener methods after setting all page's properties

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21411>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21411

Execute listener methods after setting all page's properties

           Summary: Execute listener methods after setting all page's
                    properties
           Product: Tapestry
           Version: 3.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Framework
        AssignedTo: tapestry-dev@jakarta.apache.org
        ReportedBy: dirk@xanthippe.ping.de


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.