You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2008/10/09 00:29:44 UTC

[jira] Resolved: (WICKET-1425) appendToInit() method is not called in class DatePicker

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

Eelco Hillenius resolved WICKET-1425.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-M4

deprecated the method for 1.3 and removed in trunk. Choose this because it has been broken for such a long time, and a good-enough replacement seems to be available in the form of 'getAdditionalJavascript'.

> appendToInit() method is not called in class DatePicker
> -------------------------------------------------------
>
>                 Key: WICKET-1425
>                 URL: https://issues.apache.org/jira/browse/WICKET-1425
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.1, 1.3.2
>            Reporter: Stephan Koch
>            Assignee: Eelco Hillenius
>            Priority: Minor
>             Fix For: 1.3.5, 1.4-M4
>
>
> appendToInit method can be overridden in subclasses to facilitate extension of the DatePicker component. 
> The method is currently not called in class DatePicker, so overriding the method in subclasses would have no effect.
> It should be called somewhere in renderHead() I suppose.

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