You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Carlos Pita (JIRA)" <ji...@apache.org> on 2007/04/13 02:55:15 UTC

[jira] Created: (WICKET-467) Feedback is not cleaned up upon AJAX-requests

Feedback is not cleaned up upon AJAX-requests
---------------------------------------------

                 Key: WICKET-467
                 URL: https://issues.apache.org/jira/browse/WICKET-467
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3
            Reporter: Carlos Pita
            Priority: Critical


When doing validation with AjaxFormComponentUpdatingBehavior once an error message is attached to a component it gets sticky and is not refreshed upon new ajax requests. It seems as if feedback is not cleaned up so onEvent always takes the hasError branch, independently of validation results.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-467) Feedback is not cleaned up upon AJAX-requests

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eelco Hillenius resolved WICKET-467.
------------------------------------

    Resolution: Fixed

> Feedback is not cleaned up upon AJAX-requests
> ---------------------------------------------
>
>                 Key: WICKET-467
>                 URL: https://issues.apache.org/jira/browse/WICKET-467
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Carlos Pita
>         Assigned To: Eelco Hillenius
>            Priority: Critical
>
> When doing validation with AjaxFormComponentUpdatingBehavior once an error message is attached to a component it gets sticky and is not refreshed upon new ajax requests. It seems as if feedback is not cleaned up so onEvent always takes the hasError branch, independently of validation results.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-467) Feedback is not cleaned up upon AJAX-requests

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-467:
------------------------------------

    Assignee: Eelco Hillenius

> Feedback is not cleaned up upon AJAX-requests
> ---------------------------------------------
>
>                 Key: WICKET-467
>                 URL: https://issues.apache.org/jira/browse/WICKET-467
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Carlos Pita
>         Assigned To: Eelco Hillenius
>            Priority: Critical
>
> When doing validation with AjaxFormComponentUpdatingBehavior once an error message is attached to a component it gets sticky and is not refreshed upon new ajax requests. It seems as if feedback is not cleaned up so onEvent always takes the hasError branch, independently of validation results.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.