lasterra

Results 3 issues of lasterra

In the SevletRegister you need to configure multipart to support batch operations. Just include this line odataServletRegistrationBean.setMultipartConfig(new MultipartConfigElement("")); Thanks for your example, it was very helpful.

Hi, i'm testing the project and it is running ok. I will try to upgrade to a newest version but looking at code i asking myself if it is not...

Sometimes i only want to validate required fields... that maybe they don't have a Type, for example with ComboBox controls. I make a simple change on validation to control this...