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 07:59:18 UTC

[jira] Updated: (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 updated WICKET-2988:
----------------------------------

    Summary: Ajax requests increment page version when they should not  (was: Ajax updated ListChoice can't find its model)

> 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
>         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.