Questions tagged [izimodal]

No instructions have been provided for this tag as of now!

Spring Boot Ajax Parse Error - issue with returning object to Ajax success function

When I make a jQuery ajax call to my Spring controller, I am trying to send back an object to fill out a form in an iziModal. The data gets sent from the browser to the controller and runs through the method, but then I hit a roadblock. I'm having tro ...