Hi, The setting is isis.viewer.wicket.datePickerPattern, but if you don't have it then it should work just fine with its default [1]. There is no need to wait for ISIS-1012. I've played a lot with https://github.com/isisaddons/isis-app-kitchensink yesterday and didn't find any issue with LocalDate. What exactly is the problem ?
1. https://github.com/apache/isis/blob/master/component/viewer/wicket/impl/src/main/java/org/apache/isis/viewer/wicket/viewer/settings/WicketViewerSettingsDefault.java#L98 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jan 28, 2015 at 8:15 PM, <[email protected]> wrote: > Hi Martin, > > > > This setting used to work in 1.7.0 > > isis.value.format.date=dd-MM-yyyy > > > > So I guess I wait for ISIS-1012 ? > > > > grtz > > Johan > > > > > > > Hi, > > Check your isis.properties. > the datepicker pattern should be: DD-MM-YYYY > With ISIS-1012 (to be merged) this setting will be deprecated and not used. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Jan 28, 2015 at 6:31 PM, wrote: > > > Hi, > > > > > > > > A property as org.joda.time.LocalDate does not work well with the > > datepicker in my app. Am I missing something - some config item or...? > > > > > > > > Grtz Johan > > > > > >
