migrate-1.3 has been created by Martijn Dashorst (Nov 13, 2006).

Content:

Migrating to Wicket 1.3

API changes

  • the DatePicker component has been removed from the wicket-extensions package. It now lives as a separate project on http://wicket-stuff.sf.net/wicket-contrib-datepicker. If you require the datepicker to be present in your code, and don't want to use the new date picker component, then add the following depenency to your maven project (or download the distribution from sourceforge):
    <dependency>
        <groupId>wicket-stuff</groupId>
        <artifactId>wicket-contrib-datepicker</artifactId>
        <version>1.2</version>
    </dependency>


Reply via email to