0

I have issues with Json plugin not able to convert my empty string to a null date object. In spring mvc I have initbinder in my controller which takes care of this. How can I achieve this with struts json plugin.

user2192298
  • 35
  • 1
  • 9

1 Answers1

0

I changed the code on JS front to set my json response to null for date fields if it is empty which took care of my problem

Thanks

user2192298
  • 35
  • 1
  • 9