You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Chris Snyder (JIRA)" <ji...@apache.org> on 2014/04/23 17:08:19 UTC

[jira] [Created] (WICKET-5571) Feedback messages not cleared for ajax events

Chris Snyder created WICKET-5571:
------------------------------------

             Summary: Feedback messages not cleared for ajax events
                 Key: WICKET-5571
                 URL: https://issues.apache.org/jira/browse/WICKET-5571
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.14.0
            Reporter: Chris Snyder
            Priority: Minor


I have a form with a few AjaxFallbackButtons to handle various operations (add/delete item, preview content, save, etc.). There is also validation, with error messages displayed in a FeedbackPanel.

I've discovered that when the events are passed via ajax, duplicate feedback messages are displayed. However, non-ajax events have the correct feedback.

The undesired behavior occurs with 6.14.0 and 6.15.0-SNAPSHOT, while 1.5.0 works as desired.

I'll attach a quickstart that demonstrates the issue.



--
This message was sent by Atlassian JIRA
(v6.2#6252)