You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andrew Klochkov (JIRA)" <ji...@apache.org> on 2007/06/19 08:14:26 UTC

[jira] Created: (WICKET-672) DateTextField is too session-heavy

DateTextField is too session-heavy
----------------------------------

                 Key: WICKET-672
                 URL: https://issues.apache.org/jira/browse/WICKET-672
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.3.0-beta1
            Reporter: Andrew Klochkov


org.apache.wicket.extensions.markup.html.form.DateTextField seems too heavy for http session - it holds SimpleDateFormat instance which in turn holds DateFormatSymbols instance which in turn has several arrays inside.

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


[jira] Updated: (WICKET-672) DateTextField is too session-heavy

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

Alastair Maw updated WICKET-672:
--------------------------------

    Fix Version/s: 1.3.0-rc1
         Priority: Minor  (was: Major)
       Issue Type: Improvement  (was: Bug)

> DateTextField is too session-heavy
> ----------------------------------
>
>                 Key: WICKET-672
>                 URL: https://issues.apache.org/jira/browse/WICKET-672
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta1
>            Reporter: Andrew Klochkov
>            Priority: Minor
>             Fix For: 1.3.0-rc1
>
>
> org.apache.wicket.extensions.markup.html.form.DateTextField seems too heavy for http session - it holds SimpleDateFormat instance which in turn holds DateFormatSymbols instance which in turn has several arrays inside.

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


[jira] Resolved: (WICKET-672) DateTextField is too session-heavy

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

Alastair Maw resolved WICKET-672.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.0-rc1)
                   1.3.0-beta2
         Assignee: Alastair Maw

Fixed in r548707.

> DateTextField is too session-heavy
> ----------------------------------
>
>                 Key: WICKET-672
>                 URL: https://issues.apache.org/jira/browse/WICKET-672
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta1
>            Reporter: Andrew Klochkov
>            Assignee: Alastair Maw
>            Priority: Minor
>             Fix For: 1.3.0-beta2
>
>
> org.apache.wicket.extensions.markup.html.form.DateTextField seems too heavy for http session - it holds SimpleDateFormat instance which in turn holds DateFormatSymbols instance which in turn has several arrays inside.

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