Hi,

can anyone tell me how to change the default date pattern wicket should use in the whole app?

I mean i can do:

add(new DatePicker() {
                    protected String getDatePattern() {
                        return "dd.MM.yyyy";
                    }

on each component manually, but that doesnt seem to be the right way.

Regards,

Korbinian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to