[
https://issues.apache.org/jira/browse/WICKET-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681653#comment-14681653
]
ASF subversion and git services commented on WICKET-5948:
---------------------------------------------------------
Commit caeca773eb0a222f6a052f702ed712aa24fb5510 in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=caeca77 ]
WICKET-5948 wicket-ajax.js probably doesn't traverse the children of <div> or
<span>
Serialize all HTMLFormElement children of the serialized div/span
(FormComponentPanel)
(cherry picked from commit cc61223c92735d7c34c3db5b90be1ce6e56c2cf6)
> 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
> 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)