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/14 17:29:09 UTC

[jira] Created: (WICKET-389) [PATCH]Do not iterate on all options in a select (in serializeSelect) when select is not a multiple one

[PATCH]Do not iterate on all options in a select (in serializeSelect) when select is not a multiple one
-------------------------------------------------------------------------------------------------------

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

It is useless to iterate on each option in a non multiple select to serialize it... this useless "for"  is a performance killer.

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


[jira] Resolved: (WICKET-389) [PATCH]Do not iterate on all options in a select (in serializeSelect) when select is not a multiple one

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

Jean-Baptiste Quenot resolved WICKET-389.
-----------------------------------------

    Resolution: Fixed

Committed, thanks for your contribution!

> [PATCH]Do not iterate on all options in a select (in serializeSelect) when select is not a multiple one
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-389
>                 URL: https://issues.apache.org/jira/browse/WICKET-389
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Vincent Demay
>             Fix For: 1.3
>
>         Attachments: wicket-ajax.js.389.txt, wicket-ajax.js.patch.txt
>
>
> It is useless to iterate on each option in a non multiple select to serialize it... this useless "for"  is a performance killer.

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


[jira] Updated: (WICKET-389) [PATCH]Do not iterate on all options in a select (in serializeSelect) when select is not a multiple one

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

Vincent Demay updated WICKET-389:
---------------------------------

    Attachment: wicket-ajax.js.patch.txt

> [PATCH]Do not iterate on all options in a select (in serializeSelect) when select is not a multiple one
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-389
>                 URL: https://issues.apache.org/jira/browse/WICKET-389
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Vincent Demay
>             Fix For: 1.3
>
>         Attachments: wicket-ajax.js.patch.txt
>
>
> It is useless to iterate on each option in a non multiple select to serialize it... this useless "for"  is a performance killer.

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


[jira] Updated: (WICKET-389) [PATCH]Do not iterate on all options in a select (in serializeSelect) when select is not a multiple one

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

Vincent Demay updated WICKET-389:
---------------------------------

    Attachment: wicket-ajax.js.389.txt

I've made a mistake in previous one

> [PATCH]Do not iterate on all options in a select (in serializeSelect) when select is not a multiple one
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-389
>                 URL: https://issues.apache.org/jira/browse/WICKET-389
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Vincent Demay
>             Fix For: 1.3
>
>         Attachments: wicket-ajax.js.389.txt, wicket-ajax.js.patch.txt
>
>
> It is useless to iterate on each option in a non multiple select to serialize it... this useless "for"  is a performance killer.

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