Re: java.time.LocalDateTime use

2022-04-21 Thread Greg Huber
I did a pr #532 for this and WW-5175, for the next struts release. I have been doing some spring cleaning. On 21/04/2022 07:33, Lukasz Lenart wrote: LocalDateTime (and the whole Java 9 Time API) is not supported directly yet by Struts - we can add a support or you can implement a custom Conver

Re: java.time.LocalDateTime use

2022-04-20 Thread Lukasz Lenart
LocalDateTime (and the whole Java 9 Time API) is not supported directly yet by Struts - we can add a support or you can implement a custom Converter. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ niedz., 27 mar 2022 o 10:35 Greg Huber napisał(a): > > Is there any config I need to

java.time.LocalDateTime use

2022-03-27 Thread Greg Huber
Is there any config I need to use java.time.LocalDateTime instead of java.util.Date/Timestamp I get this error: Error setting expression 'bean.created' with value ['2022-03-27T09:29:49.187116', ] Invalid field value for field "bean.created". bean: public LocalDateTime getCreated() {