Regression / Breakage of the Submit's component event mechanism
---------------------------------------------------------------
Key: TAPESTRY-2459
URL: https://issues.apache.org/jira/browse/TAPESTRY-2459
Project: Tapestry
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.0.13
Environment: Every
Reporter: Massimo Lusetti
Priority: Critical
The order (timing) of the selected event fired by the Submit
components has changed.
It fires after the validateform event.
The old behavior was the opposite as stated in the documentation of
the component.
This seems caused by TAPESTRY-2311.
For replicating the error simply put a submit component inside a form
which has both the onValidateForm and onSuccess event handler methods
and you'll see the onSelected event handler method called after the
onValidateForm but before the onSuccess.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]