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 2009/04/07 21:46:12 UTC

[jira] Resolved: (WICKET-2216) DatePicker should not need to be extended to set a property

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

Igor Vaynberg resolved WICKET-2216.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Igor Vaynberg

if you dont want to use an anonymous class create your own subclass. like johan pointed out, we dont want to keep this state in session because it can easily be recreated when needed.

> DatePicker should not need to be extended to set a property
> -----------------------------------------------------------
>
>                 Key: WICKET-2216
>                 URL: https://issues.apache.org/jira/browse/WICKET-2216
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.4-RC2
>            Reporter: Rodolfo Hansen
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4-RC3
>
>         Attachments: datePicket.patch
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> Attached is a small patch that allows a DatePicker to be sent YUI Calendar options without having to override the
> void configure(Map ) method...
> Any feedback welcome

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