[
https://issues.apache.org/jira/browse/WICKET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481081
]
Vincent Demay commented on WICKET-387:
--------------------------------------
It seems to work for me
> [PATCH] ajax Wicket.form.serialize has been broken
> ---------------------------------------------------
>
> Key: WICKET-387
> URL: https://issues.apache.org/jira/browse/WICKET-387
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 1.3
> Reporter: Vincent Demay
> Priority: Blocker
> Fix For: 1.3
>
> Attachments: wicket-ajax.js.txt
>
>
> It has been broken since "Support for serializing nested form" commit.
> form.elements has been replaced by element.childNodes. The problem is that
> form.elements return only form elements but childNodes returns all child. I
> understand why we can not work with form.elements (nested form) and the goal
> of this commit, but now all ajax form submit is broken :(
> I attach a patch allowing nested form and make serialisation works. But It
> supposed every tags under the form to serialize to be parse with javascript.
> Imho it is very painfull and can take a long time on big form.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.