[ 
http://issues.apache.org/jira/browse/WICKET-156?page=comments#action_12457401 ] 
            
Martin Benda commented on WICKET-156:
-------------------------------------

This happens because models which are attached during the processing of an AJAX 
request are not detached at the end of the request. And beacuse the 
FeedbackPanel uses FeedbackMessagesModel model that caches the feedback 
messages until it is detached, content of the feedback panel will remain 
stale...


> FeedbackPanel is not updated when using AjaxSubmitButton and/or 
> AjaxFormValidatingBehavior
> ------------------------------------------------------------------------------------------
>
>                 Key: WICKET-156
>                 URL: http://issues.apache.org/jira/browse/WICKET-156
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 2.0
>         Environment: Windows 2000 SP4
> Tomcat 5.5.20
>            Reporter: Tristan Weil
>            Priority: Critical
>
> As we can see in the example: "ajax -> Form Example: shows ajax form 
> processing", the FeedbackPanel is only updated once (actually the first time 
> it is called) and is never updated when corret values are typed or the 
> "submit ajax" button is pressed.
> The AjaxSubmitButton component and AjaxFormValidatingBehavior (and associated 
> behaviours) do not seem to be able to update the FeedbackPanel or retrieve 
> new values from it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to