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 2007/03/31 08:42:25 UTC

[jira] Resolved: (WICKET-387) [PATCH] ajax Wicket.form.serialize has been broken

     [ https://issues.apache.org/jira/browse/WICKET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-387.
----------------------------------

    Resolution: Fixed

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