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:12:37 UTC

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

     [ https://issues.apache.org/jira/browse/WICKET-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Meier resolved WICKET-5598.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 7.0.0-M2

The callback is now forwared to #onError(ART, Form). 

I don't think we should apply the change in 6.x, since applications may depend on the current state.

> 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: 7.0.0-M1, 6.15.0
>            Reporter: Sven Meier
>            Assignee: Sven Meier
>            Priority: Minor
>             Fix For: 7.0.0-M2
>
>
> 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)