You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Vincent Demay (JIRA)" <ji...@apache.org> on 2007/03/15 17:07:09 UTC

[jira] Created: (WICKET-393) [Patch]Improve ajax form serialization and allows nested from serialization

[Patch]Improve ajax form serialization and allows nested from serialization
---------------------------------------------------------------------------

                 Key: WICKET-393
                 URL: https://issues.apache.org/jira/browse/WICKET-393
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.3
            Reporter: Vincent Demay
            Priority: Minor
         Attachments: wicket-ajax.js.txt

On our application the form serialization took 313ms now with this new serialisation it take 24ms. 

I also add support of nested form (in order to submit parent form when you submit a nested form).

I don't know if I test all use cases with that but I test nested form in a window and simple nested form.

Matej_k : WDYT?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-393) [Patch]Improve ajax form serialization and allows nested from serialization

Posted by "Vincent Demay (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481230 ] 

Vincent Demay commented on WICKET-393:
--------------------------------------

the serialization takes now 61ms, it is better ;)

> [Patch]Improve ajax form serialization and allows nested from serialization
> ---------------------------------------------------------------------------
>
>                 Key: WICKET-393
>                 URL: https://issues.apache.org/jira/browse/WICKET-393
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Vincent Demay
>            Priority: Minor
>         Attachments: wicket-ajax.js.txt
>
>
> On our application the form serialization took 313ms now with this new serialisation it take 24ms. 
> I also add support of nested form (in order to submit parent form when you submit a nested form).
> I don't know if I test all use cases with that but I test nested form in a window and simple nested form.
> Matej_k : WDYT?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-393) [Patch]Improve ajax form serialization and allows nested from serialization

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-393.
--------------------------------

    Resolution: Fixed

> [Patch]Improve ajax form serialization and allows nested from serialization
> ---------------------------------------------------------------------------
>
>                 Key: WICKET-393
>                 URL: https://issues.apache.org/jira/browse/WICKET-393
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Vincent Demay
>            Priority: Minor
>         Attachments: wicket-ajax.js.txt
>
>
> On our application the form serialization took 313ms now with this new serialisation it take 24ms. 
> I also add support of nested form (in order to submit parent form when you submit a nested form).
> I don't know if I test all use cases with that but I test nested form in a window and simple nested form.
> Matej_k : WDYT?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-393) [Patch]Improve ajax form serialization and allows nested from serialization

Posted by "Vincent Demay (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Demay updated WICKET-393:
---------------------------------

    Attachment: wicket-ajax.js.txt

> [Patch]Improve ajax form serialization and allows nested from serialization
> ---------------------------------------------------------------------------
>
>                 Key: WICKET-393
>                 URL: https://issues.apache.org/jira/browse/WICKET-393
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Vincent Demay
>            Priority: Minor
>         Attachments: wicket-ajax.js.txt
>
>
> On our application the form serialization took 313ms now with this new serialisation it take 24ms. 
> I also add support of nested form (in order to submit parent form when you submit a nested form).
> I don't know if I test all use cases with that but I test nested form in a window and simple nested form.
> Matej_k : WDYT?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-393) [Patch]Improve ajax form serialization and allows nested from serialization

Posted by "Vincent Demay (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481250 ] 

Vincent Demay commented on WICKET-393:
--------------------------------------

With the two other patch seriliazation takes now around 10ms (becuase we use a lot of big select and palette - all countries of the world for example)

> [Patch]Improve ajax form serialization and allows nested from serialization
> ---------------------------------------------------------------------------
>
>                 Key: WICKET-393
>                 URL: https://issues.apache.org/jira/browse/WICKET-393
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Vincent Demay
>            Priority: Minor
>         Attachments: wicket-ajax.js.txt
>
>
> On our application the form serialization took 313ms now with this new serialisation it take 24ms. 
> I also add support of nested form (in order to submit parent form when you submit a nested form).
> I don't know if I test all use cases with that but I test nested form in a window and simple nested form.
> Matej_k : WDYT?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.