Hi Finn,
> + protected void addCalenderTranslations(List<Element> headElements) {
> + JsScript script = new JsScript();
> + script.setId("$datefield_js_setup_global");
> + script.setRenderId(false);Just curious why the ID attr isn't rendered? Having the ID attribute is quite useful for Ajax, since one can determine whether an incoming payload should be executed or not. Kind regards Bob
