You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2014/05/20 14:02:39 UTC

[jira] [Created] (WICKET-5598) AjaxFallbackButton does not call #onError(ART, Form) when JavaScript disabled

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)