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

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12900983#action_12900983 ] 

Hudson commented on WICKET-2988:
--------------------------------

Integrated in Apache Wicket 1.5.x #254 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/254/])
    Issue: WICKET-2988


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