Sven Meier created WICKET-5598:
----------------------------------
Summary: AjaxFallbackButton does not call #onError(ART, Form) when
JavaScript disabled
Key: WICKET-5598
URL: https://issues.apache.org/jira/browse/WICKET-5598
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 6.15.0, 7.0.0-M1
Reporter: Sven Meier
Assignee: Sven Meier
Priority: Minor
AjaxFallbackButton promises to "degrade to a normal request if ajax is not
available":
Thus if JavaScript is disabled, #onSubmit(ART, Form) is called with a null ART.
But in case of validation errors, #onError(ART, Form) is not invoked.
--
This message was sent by Atlassian JIRA
(v6.2#6252)