[ 
https://issues.apache.org/jira/browse/WICKET-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070979#comment-15070979
 ] 

ASF subversion and git services commented on WICKET-5948:
---------------------------------------------------------

Commit 1daec2ef2b6b9ae5ff4f60d42ed5d119cbaaf4a0 in wicket's branch 
refs/heads/wicket-7.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=1daec2e ]

WICKET-6050 Wicket Ajax (Wicket.From.serializeElement) causes 400 bad request
WICKET-5948 wicket-ajax.js probably doesn't traverse the children of <div> or 
<span>
WICKET-6006 ModalWindow.closeCurrent() causes 414 status error

Introduce AjaxRequestAttributes#serializeRecursively with default value 'false'.
This is a flag indicating whether to collect (submit) the name/value pairs for 
all HTML form elements children of the HTML element with the JavaScript listener


> wicket-ajax.js probably doesn't traverse the children of <div> or <span>
> ------------------------------------------------------------------------
>
>                 Key: WICKET-5948
>                 URL: https://issues.apache.org/jira/browse/WICKET-5948
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 6.20.0
>            Reporter: Vaclav Cermak
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 6.21.0, 7.1.0
>
>         Attachments: kendoui.datetimepicker-test.zip
>
>
> I tried to add AjaxFormComponentUpdatingBehavior (with onchange event) to a 
> DateTimePicker from wicket-jquery-ui. It ends with following error when I 
> change input value from browser:
> {code}
> Value of variable [[date]] could not be resolved while interpolating [[Error 
> while parsing datetime: date was '${date}' and time was '${time}']]
> {code}
> Wicket probably does not update input values with Ajax, more discussion here:
> https://groups.google.com/forum/#!topic/wicket-jquery-ui/ZKzfPkm51WQ



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to