Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.2.0
-
None
Description
Currently, the Submit component (and friends, such as LinkSubmit) fire an event that does not support return values.
It should be capable of returning any "navigational result", just like most events (such as all those fired by the Form itself).
Ideally, this would be a case of sharing the ComponentEventResultProcessor instance used by the Form itself (as an environmental).