variables.put("datePattern", getDatePattern());
variables.put("fireChangeEvent", Boolean.valueOf(notifyComponentOnDateSelected()));
variables.put("alignWithIcon", Boolean.valueOf(alignWithIcon()));
// variables for YUILoader
variables.put("pathToWicketDate", RequestCycle.get().urlFor(
new JavascriptResourceReference(DatePicker.class, "wicket-date.js")));
variables.put("basePath", RequestCycle.get().urlFor(
new JavascriptResourceReference(YuiLib.class, "")));
variables.put("enableMonthYearSelection", Boolean.valueOf(enableMonthYearSelection()));
// print out the initialization properties
Properties p = new Properties();
configure(p);