You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/08/21 08:10:16 UTC

[jira] Resolved: (WICKET-2988) Ajax requests increment page version when they should not

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

Igor Vaynberg resolved WICKET-2988.
-----------------------------------

    Fix Version/s: 1.5-M2
       Resolution: Fixed

> Ajax requests increment page version when they should not
> ---------------------------------------------------------
>
>                 Key: WICKET-2988
>                 URL: https://issues.apache.org/jira/browse/WICKET-2988
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Major Peter
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M2
>
>         Attachments: wicket-2988.tar.gz
>
>
> If you have a form like this:
> <form wicket:id="form">
>     <input type="text" wicket:id="name" />
>     <div wicket:id="wmc">
>         <select wicket:id="chooser" />
>     </div>
>     <input type="submit" value="Save" />
> </form>
> The ListChoice component is updated via OnChangeAjaxBehavior on the TextField. When you submit this form, the validation for 'chooser' will fail, because it can't find it's model.

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